Skip to content

Commit

Permalink
Renamed integration test case tests to trait tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed May 11, 2018
1 parent 92e34fe commit 41ed9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -18,7 +18,7 @@
use Cake\TestSuite\ConsoleIntegrationTestCase;
use PHPUnit\Framework\AssertionFailedError;

class ConsoleIntegrationTestCaseTest extends ConsoleIntegrationTestCase
class ConsoleIntegrationTestTraitTest extends ConsoleIntegrationTestCase
{

/**
Expand Down
Expand Up @@ -29,7 +29,7 @@
/**
* Self test of the IntegrationTestCase
*/
class IntegrationTestCaseTest extends IntegrationTestCase
class IntegrationTestTraitTest extends IntegrationTestCase
{

/**
Expand Down

0 comments on commit 41ed9aa

Please sign in to comment.