Skip to content

Commit 2e05ab0

Browse files
committed
rename base Test class to TestCase for cohesion with Slim repo
1 parent 94155b6 commit 2e05ab0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/Test.php renamed to tests/TestCase.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
use Slim\Tests\Http\Providers\NyholmPsr17FactoryProvider;
1212
use Slim\Tests\Http\Providers\ZendDiactorosPsr17FactoryProvider;
13-
use PHPUnit\Framework\TestCase;
13+
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
1414

1515
/**
16-
* Class Test
16+
* Class TestCase
1717
* @package Tests\SlimPsr7Decorators
1818
*/
19-
abstract class Test extends TestCase
19+
abstract class TestCase extends PHPUnitTestCase
2020
{
2121
/**
2222
* @var string[]

0 commit comments

Comments
 (0)