From 62a7b025c997760cea8037d29cf09ed1e5cd5637 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 2 Feb 2018 17:38:12 +0100 Subject: [PATCH] [CLEANUP] Remove surplus space in test comments --- Tests/Integration/Controller/AbstractControllerTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/Integration/Controller/AbstractControllerTest.php b/Tests/Integration/Controller/AbstractControllerTest.php index 5dd8957..50c48e3 100644 --- a/Tests/Integration/Controller/AbstractControllerTest.php +++ b/Tests/Integration/Controller/AbstractControllerTest.php @@ -273,7 +273,7 @@ protected function assertHttpOkay() } /** - * Asserts that the current client response has a HTTP CREATED status (and the application/json content type). + * Asserts that the current client response has a HTTP CREATED status (and the application/json content type). * * @return void */ @@ -283,7 +283,7 @@ protected function assertHttpCreated() } /** - * Asserts that the current client response has a HTTP BAD REQUEST status (and the application/json content type). + * Asserts that the current client response has a HTTP BAD REQUEST status (and the application/json content type). * * @return void */ @@ -293,7 +293,7 @@ protected function assertHttpBadRequest() } /** - * Asserts that the current client response has a HTTP UNAUTHORIZED status (and the application/json content type). + * Asserts that the current client response has a HTTP UNAUTHORIZED status (and the application/json content type). * * @return void */