Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase

This commit is contained in:
Gabriel Caruso 2017-11-08 18:31:27 -02:00
commit ee4edc8b02
4 changed files with 8 additions and 4 deletions

View file

@ -4,8 +4,9 @@ namespace Tests\FFMpeg\Unit;
use FFMpeg\FFMpegServiceProvider;
use Silex\Application;
use PHPUnit\Framework\TestCase as BaseTestCase;
class FFMpegServiceProviderTest extends \PHPUnit_Framework_TestCase
class FFMpegServiceProviderTest extends BaseTestCase
{
public function testWithConfig()
{