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 865be39 commit 2ded1cfCopy full SHA for 2ded1cf
tests/TestCase.php
@@ -3,9 +3,9 @@
3
namespace Torann\GeoIP\Tests;
4
5
use Mockery;
6
-use PHPUnit_Framework_TestCase;
+use PHPUnit\Framework\TestCase as PHPUnitTestCase;
7
8
-class TestCase extends PHPUnit_Framework_TestCase
+class TestCase extends PHPUnitTestCase
9
{
10
public static $functions;
11
0 commit comments