ソースを参照

remove debug statement

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

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

@@ -86,7 +86,7 @@ class WhoDidItBehaviorTest extends MyCakeTestCase {
 		CakeSession::write('Auth.User.id', '2');
 		$data += array('modified_by' => $res['WhoDidItPlayer']['modified_by']);
 		$res = $this->Model->save($data + array('id' => $this->Model->id));
-		debug($res);ob_flush();
+
 		$this->assertTrue((bool)$res);
 		$this->assertFalse($res['WhoDidItPlayer']['modified']);
 		$this->assertTrue(count($res['WhoDidItPlayer']) === 4);