Browse Source

Fix class name.

Mark Sch 7 years ago
parent
commit
4b8e98a225
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/TestCase/Command/HelpCommandTest.php

+ 2 - 2
tests/TestCase/Command/HelpCommandTest.php

@@ -19,9 +19,9 @@ use Cake\Core\Plugin;
 use Cake\TestSuite\ConsoleIntegrationTestCase;
 
 /**
- * HelpShell test.
+ * HelpCommand test.
  */
-class HelpShellTest extends ConsoleIntegrationTestCase
+class HelpCommandTest extends ConsoleIntegrationTestCase
 {
     /**
      * setup method