scratch

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