euromark 11 years ago
parent
commit
d9fea43ed7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/Model/Behavior/JsonableBehaviorTest.php

+ 1 - 0
tests/TestCase/Model/Behavior/JsonableBehaviorTest.php

@@ -216,6 +216,7 @@ class JsonableBehaviorTest extends TestCase {
 		$this->Comments->save($entity);
 
 		$res = $this->Comments->find('all', array('conditions' => array('title' => 'param')))->first();
+		debug($res);
 		$obj = new \stdClass();
 		$obj->y = 'z';
 		$expected = array('x' => $obj);