Skip to content
Snippets Groups Projects
Commit aa197279 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2460731 by Wim Leers: Strict warning in ViewUnitTestBase

parent 9db6e4ef
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ protected function setUp($import_test_views = TRUE) {
* 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'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment