Browse Source

Fixed namespace for SessionStorageTest.

Thomas Lefebvre 9 years ago
parent
commit
1fa462970c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Auth/Storage/SessionStorageTest.php

+ 1 - 1
tests/TestCase/Auth/Storage/SessionStorageTest.php

@@ -12,7 +12,7 @@
  * @since         3.1.0
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
  */
-namespace Cake\Test\TestCase\Auth;
+namespace Cake\Test\TestCase\Auth\Storage;
 
 use Cake\Auth\Storage\SessionStorage;
 use Cake\Network\Request;