Browse Source

Namespace should match the directory name.

Renan Gonçalves 12 years ago
parent
commit
e7ae2c5794
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cake/Test/TestCase/View/StringTemplateTest.php

+ 1 - 1
Cake/Test/TestCase/View/StringTemplateTest.php

@@ -12,7 +12,7 @@
  * @since         CakePHP(tm) v3.0
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
  */
-namespace Cake\Test\View;
+namespace Cake\Test\TestCase\View;
 
 use Cake\Core\Plugin;
 use Cake\TestSuite\TestCase;