@@ -18,7 +18,7 @@ use Cake\Core\Configure;
use Cake\TestSuite\ConsoleIntegrationTestCase;
use PHPUnit\Framework\AssertionFailedError;
-class ConsoleIntegrationTestCaseTest extends ConsoleIntegrationTestCase
+class ConsoleIntegrationTestTraitTest extends ConsoleIntegrationTestCase
{
/**
@@ -29,7 +29,7 @@ use PHPUnit\Framework\AssertionFailedError;
* Self test of the IntegrationTestCase
*/
-class IntegrationTestCaseTest extends IntegrationTestCase
+class IntegrationTestTraitTest extends IntegrationTestCase