diff --git a/core/modules/views/src/Tests/ViewUnitTestBase.php b/core/modules/views/src/Tests/ViewUnitTestBase.php index eaa2694d881..5efbc14344e 100644 --- a/core/modules/views/src/Tests/ViewUnitTestBase.php +++ b/core/modules/views/src/Tests/ViewUnitTestBase.php @@ -58,7 +58,7 @@ abstract class ViewUnitTestBase extends KernelTestBase { * Because the schema of views_test_data.module is dependent on the test * using it, it cannot be enabled normally. */ - protected function setUpFixtures($import_test_views = TRUE) { + protected function setUpFixtures() { // First install the system module. Many Views have Page displays have menu // links, and for those to work, the system menus must already be present. $this->installConfig(array('system'));