Fix coding standards.

This commit is contained in:
mark_story 2012-08-15 20:19:08 -04:00
parent 8e93c47e3a
commit b0f2cfd1d1

View file

@ -276,7 +276,7 @@ class ContainableBehaviorTest extends CakeTestCase {
);
$this->assertEquals($expected, $result);
$result = $this->Article->find('list', array('fields'=>array('Article.id', 'User.id'), 'contain'=>array('User')));
$result = $this->Article->find('list', array('fields' => array('Article.id', 'User.id'), 'contain' => array('User')));
$expected = array(
1 => '1',
2 => '3',