Skip to content

Commit

Permalink
Fixed CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 1, 2015
1 parent 29c9836 commit 728ffa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public function testValidatePostArray()
$this->assertTrue($this->Controller->Security->validatePost($this->Controller));

$this->Controller->request->data = [
'Model' => ['multi_field' => [12 => '1', 20 => '3']],
'Model' => ['multi_field' => [12 => '1', 20 => '3']],
'_Token' => compact('fields', 'unlocked')
];
$this->assertTrue($this->Controller->Security->validatePost($this->Controller));
Expand Down

0 comments on commit 728ffa2

Please sign in to comment.