ffmpeg-mappable-media/tests/FFMpeg/Unit/Format/Video/WMV3Test.php

14 lines
193 B
PHP
Raw Normal View History

2013-06-25 10:03:20 +02:00
<?php
namespace Tests\FFMpeg\Unit\Format\Video;
2013-06-25 10:03:20 +02:00
use FFMpeg\Format\Video\WMV3;
class WMV3Test extends VideoTestCase
{
public function getFormat()
{
return new WMV3();
}
}