* GitHub actions + style fixes + updated packages * Fixed workflows dir * Support for PHP 8.1 (#1) * Update README.md * Revert some changes from upstream
9 lines
134 B
PHP
9 lines
134 B
PHP
<?php
|
|
|
|
namespace Tests\FFMpeg\Unit\Media;
|
|
|
|
use Tests\FFMpeg\Unit\TestCase;
|
|
|
|
abstract class AbstractMediaTestCase extends TestCase
|
|
{
|
|
}
|