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 74fcc1a commit b6ad8baCopy full SHA for b6ad8ba
tests/TestCase.php
@@ -2,6 +2,8 @@
2
3
namespace WsdlToPhp\PackageBase\Tests;
4
5
-abstract class TestCase extends \PHPUnit_Framework_TestCase
+use PHPUnit\Framework\TestCase as PHPUnitFrameworkTestCase;
6
+
7
+abstract class TestCase extends PHPUnitFrameworkTestCase
8
{
9
}
0 commit comments