scratch – Blame information for rev
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
115 | office | 1 | <?php |
2 | |||
3 | namespace Tests\FFMpeg\Unit\Format\Audio; |
||
4 | |||
5 | use FFMpeg\Format\Audio\Wav; |
||
6 | |||
7 | class WavTest extends AudioTestCase |
||
8 | { |
||
9 | public function getFormat() |
||
10 | { |
||
11 | return new Wav(); |
||
12 | } |
||
13 | } |