We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e045fd5 commit 12fb003Copy full SHA for 12fb003
test/BaseCliTest.php renamed to test/BaseCliTestCase.php
@@ -11,6 +11,6 @@
11
12
use PHPUnit\Framework\TestCase;
13
14
-abstract class BaseCliTest extends TestCase
+abstract class BaseCliTestCase extends TestCase
15
{
16
}
test/Util/ClogTest.php
@@ -10,14 +10,14 @@
10
namespace Toolkit\CliTest\Util;
use Toolkit\Cli\Util\Clog;
-use Toolkit\CliTest\BaseCliTest;
+use Toolkit\CliTest\BaseCliTestCase;
/**
* class ClogTest
17
*
18
* @author inhere
19
*/
20
-class ClogTest extends BaseCliTest
+class ClogTest extends BaseCliTestCase
21
22
public function testClog_basic(): void
23
0 commit comments