scratch – Blame information for rev 120

Subversion Repositories:
Rev:
Rev Author Line No. Line
120 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 }