@@ -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);