From 544ddac08c74e1918dcdcc46401306d81c13f270 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 31 Oct 2014 16:38:09 -0400 Subject: [PATCH] Fix indentation --- .../Case/Controller/Component/Auth/BasicAuthenticateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); }