Browse Source

Renamed integration test case tests to trait tests

Jeremy Harris 7 years ago
parent
commit
41ed9aa4b4

+ 1 - 1
tests/TestCase/TestSuite/ConsoleIntegrationTestCaseTest.php

@@ -18,7 +18,7 @@ use Cake\Core\Configure;
 use Cake\TestSuite\ConsoleIntegrationTestCase;
 use PHPUnit\Framework\AssertionFailedError;
 
-class ConsoleIntegrationTestCaseTest extends ConsoleIntegrationTestCase
+class ConsoleIntegrationTestTraitTest extends ConsoleIntegrationTestCase
 {
 
     /**

+ 1 - 1
tests/TestCase/TestSuite/IntegrationTestCaseTest.php

@@ -29,7 +29,7 @@ use PHPUnit\Framework\AssertionFailedError;
 /**
  * Self test of the IntegrationTestCase
  */
-class IntegrationTestCaseTest extends IntegrationTestCase
+class IntegrationTestTraitTest extends IntegrationTestCase
 {
 
     /**