ソースを参照

another attempt

euromark 12 年 前
コミット
63ed61219e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Test/Case/Model/Behavior/PasswordableBehaviorTest.php

+ 1 - 1
Test/Case/Model/Behavior/PasswordableBehaviorTest.php

@@ -19,7 +19,7 @@ class PasswordableBehaviorTest extends CakeTestCase {
 
 		Configure::write('Passwordable.auth', 'AuthTest');
 
-		$this->User = ClassRegistry::init('ToolsUser');
+		$this->User = ClassRegistry::init('Tools.ToolsUser');
 
 		if (isset($this->User->validate['pwd'])) {
 			unset($this->User->validate['pwd']);