diff --git a/core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php b/core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php index a3d342b..f3e9bf8 100644 --- a/core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php +++ b/core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php @@ -28,7 +28,7 @@ class DisplayPageWebTest extends PluginTestBase { * * @var array */ - public static $modules = ['menu_ui', 'block']; + public static $modules = array('menu_ui', 'block'); protected function setUp() { parent::setUp();