ffmpeg-mappable-media/tests/FFMpeg/Unit/Format/Audio/WavTest.php

14 lines
190 B
PHP
Raw Normal View History

2014-04-21 14:09:32 +01:00
<?php
namespace Tests\FFMpeg\Unit\Format\Audio;
2014-04-21 14:09:32 +01:00
use FFMpeg\Format\Audio\Wav;
class WavTest extends AudioTestCase
{
public function getFormat()
{
return new Wav();
}
}