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

14 lines
190 B
PHP
Raw Normal View History

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