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

14 lines
199 B
PHP
Raw Normal View History

<?php
namespace Tests\FFMpeg\Unit\Format\Audio;
use FFMpeg\Format\Audio\Vorbis;
class VorbisTest extends AudioTestCase
{
public function getFormat()
{
return new Vorbis();
}
}