diff --git a/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php b/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php index a3e11463c5..f3afb26cd3 100644 --- a/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php +++ b/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php @@ -126,7 +126,7 @@ public function testMissingViewName() { } /** - * Tests with view_name and view_display_id but non-existent view. + * Tests non-existent view with view_name and view_display_id. */ public function testMissingView() { $request = new Request();