diff --git a/core/modules/views/src/Tests/ViewAjaxTest.php b/core/modules/views/src/Tests/ViewAjaxTest.php index 5d9a97f..27d4ba3 100644 --- a/core/modules/views/src/Tests/ViewAjaxTest.php +++ b/core/modules/views/src/Tests/ViewAjaxTest.php @@ -52,7 +52,11 @@ public function testAjaxView() { 'view_display_id' => 'page_1', ); $post += $this->getAjaxPageStatePostData(); - $response = $this->drupalPost('views/ajax', '', $post, array('query' => array(MainContentViewSubscriber::WRAPPER_FORMAT => 'drupal_ajax'))); + $response = $this->drupalPost('views/ajax', '', $post, array( + 'query' => array( + MainContentViewSubscriber::WRAPPER_FORMAT => 'drupal_ajax', + ), + )); $data = Json::decode($response); // Ensure that the view insert command is part of the result.