We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94155b6 commit 2e05ab0Copy full SHA for 2e05ab0
1 file changed
tests/Test.php tests/TestCase.phptests/Test.php renamed to tests/TestCase.php
@@ -10,13 +10,13 @@
10
11
use Slim\Tests\Http\Providers\NyholmPsr17FactoryProvider;
12
use Slim\Tests\Http\Providers\ZendDiactorosPsr17FactoryProvider;
13
-use PHPUnit\Framework\TestCase;
+use PHPUnit\Framework\TestCase as PHPUnitTestCase;
14
15
/**
16
- * Class Test
+ * Class TestCase
17
* @package Tests\SlimPsr7Decorators
18
*/
19
-abstract class Test extends TestCase
+abstract class TestCase extends PHPUnitTestCase
20
{
21
22
* @var string[]
0 commit comments