diff --git a/core/modules/views_ui/src/Tests/OverrideDisplaysTest.php b/core/modules/views_ui/src/Tests/OverrideDisplaysTest.php index 2d7003b..586635e 100644 --- a/core/modules/views_ui/src/Tests/OverrideDisplaysTest.php +++ b/core/modules/views_ui/src/Tests/OverrideDisplaysTest.php @@ -182,8 +182,8 @@ function testRevertAllDisplays() { $view['block[title]'] = $this->randomMachineName(16); $this->drupalPostForm('admin/structure/views/add', $view, t('Save and edit')); - // Revert the title of the block to the default ones, but submit some - // new values to be sure that the new value is not stored. + // Revert the title of the block to the default ones, but submit some new + // values to be sure that the new value is not stored. $edit = array(); $edit['title'] = $new_block_title = $this->randomMachineName(); $edit['override[dropdown]'] = 'default_revert';