2013-06-25 10:03:20 +02:00
|
|
|
<?php
|
|
|
|
|
|
2016-03-06 23:38:04 +01:00
|
|
|
namespace Tests\FFMpeg\Unit\Media;
|
2013-06-25 10:03:20 +02:00
|
|
|
|
2016-03-06 23:38:04 +01:00
|
|
|
use Tests\FFMpeg\Unit\TestCase;
|
2013-06-25 10:03:20 +02:00
|
|
|
|
|
|
|
|
abstract class AbstractMediaTestCase extends TestCase
|
|
|
|
|
{
|
|
|
|
|
}
|