Browse Source

Fix incorrect class name.

This class was missing the correct suffix.
Mark Story 8 years ago
parent
commit
26a1eed5ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_app/TestApp/Shell/I18mShell.php

+ 1 - 1
tests/test_app/TestApp/Shell/I18mShell.php

@@ -22,7 +22,7 @@ namespace TestApp\Shell;
 
 use Cake\Console\Shell;
 
-class I18m extends Shell
+class I18mShell extends Shell
 {
 
     /**