|
|
$this->assertEquals($expected, $res['details']);
|
|
$this->assertEquals($expected, $res['details']);
|
|
|
$this->Comments->addBehavior('Tools.Jsonable', array('fields' => array('details'), 'encodeParams' => array('depth' => 2)));
|
|
$this->Comments->addBehavior('Tools.Jsonable', array('fields' => array('details'), 'encodeParams' => array('depth' => 2)));
|