We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5028323 commit 697ec91Copy full SHA for 697ec91
tests/AbstractTestCase.php
@@ -3,13 +3,13 @@
3
namespace Embed\Tests;
4
5
use Embed\Embed;
6
-use PHPUnit_Framework_TestCase;
+use PHPUnit\Framework\TestCase;
7
use InvalidArgumentException;
8
9
/**
10
* Base class with custom utilities for testing.
11
*/
12
-abstract class AbstractTestCase extends PHPUnit_Framework_TestCase
+abstract class AbstractTestCase extends TestCase
13
{
14
15
* Compare two string, replacing some conflicting characters
0 commit comments