13 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace FFMpeg\Tests\Format\Video;
 | |
| 
 | |
| use FFMpeg\Format\Video\WebM;
 | |
| 
 | |
| class WebMTest extends VideoTestCase
 | |
| {
 | |
|     public function getFormat()
 | |
|     {
 | |
|         return new WebM();
 | |
|     }
 | |
| }
 |