Issue #2460731 by Wim Leers: Strict warning in ViewUnitTestBase

8.0.x
Alex Pott 2015-03-31 16:10:46 +01:00
parent 9db6e4efa4
commit aa197279ae
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ abstract class ViewUnitTestBase extends KernelTestBase {
* Because the schema of views_test_data.module is dependent on the test * Because the schema of views_test_data.module is dependent on the test
* using it, it cannot be enabled normally. * 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 // 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. // links, and for those to work, the system menus must already be present.
$this->installConfig(array('system')); $this->installConfig(array('system'));