scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 114  →  ?path2? @ 115
/vendor/php-ffmpeg/php-ffmpeg/tests/Unit/Format/Audio/WavTest.php
@@ -0,0 +1,13 @@
<?php
 
namespace Tests\FFMpeg\Unit\Format\Audio;
 
use FFMpeg\Format\Audio\Wav;
 
class WavTest extends AudioTestCase
{
public function getFormat()
{
return new Wav();
}
}