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 1dcbbfa commit d419f0cCopy full SHA for d419f0c
src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php
@@ -27,11 +27,12 @@
27
namespace Pimple\Tests;
28
29
use Pimple\Container;
30
+use PHPUnit\Framework\TestCase;
31
32
/**
33
* @author Dominik Zogg <dominik.zogg@gmail.com>
34
*/
-class PimpleServiceProviderInterfaceTest extends \PHPUnit_Framework_TestCase
35
+class PimpleServiceProviderInterfaceTest extends TestCase
36
{
37
public function testProvider()
38
src/Pimple/Tests/PimpleTest.php
* @author Igor Wiedler <igor@wiedler.ch>
-class PimpleTest extends \PHPUnit_Framework_TestCase
+class PimpleTest extends TestCase
public function testWithString()
0 commit comments