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 */