scratch – Blame information for rev 115

Subversion Repositories:
Rev:
Rev Author Line No. Line
115 office 1 <?php
2  
3 namespace Tests\FFMpeg\Unit\Format\Audio;
4  
5 use FFMpeg\Format\Audio\Flac;
6  
7 class FlacTest extends AudioTestCase
8 {
9 public function getFormat()
10 {
11 return new Flac();
12 }
13 }