Browse Source

fix name space

Mark Scherer 11 years ago
parent
commit
abf148e2d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Model/Behavior/PasswordableBehaviorTest.php

+ 1 - 1
tests/TestCase/Model/Behavior/PasswordableBehaviorTest.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Tools\Model\Behavior;
+namespace Tools\Test\TestCase\Model\Behavior;
 
 use Tools\TestSuite\TestCase;
 use Cake\ORM\Behavior;