diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php index 8de0858fe12..c4402a7f7ba 100644 --- a/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php @@ -266,7 +266,7 @@ public function testAuthenticateUserFieldsRelatedModelsSuccess() { $result = $this->auth->authenticate($request, $this->response); $expected = array( 'id' => 1, - 'title' => 'First Article', + 'title' => 'First Article', ); $this->assertEquals($expected, $result['Article']); }