Fixed small coding standard error

This commit is contained in:
Jose Lorenzo Rodriguez 2013-12-12 09:07:00 +01:00
parent 87440bba87
commit fc6edf4d9c

View file

@ -836,7 +836,7 @@ class HashTest extends CakeTestCase {
public function testExtractAttributeEqualityOnScalarValue() {
$data = array(
'Entity' => array(
'id' => 1 ,
'id' => 1,
'data1' => 'value',
)
);