From 6b9842b0107e61955c856687cb9b2825489e1506 Mon Sep 17 00:00:00 2001 From: "[OXID-PS] Keywan Ghadami" Date: Thu, 19 Dec 2019 15:10:09 +0100 Subject: [PATCH] improve integration tests --- Tests/Integration/Controller/NavigationControllerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Integration/Controller/NavigationControllerTest.php b/Tests/Integration/Controller/NavigationControllerTest.php index b0ec11e..ab145ec 100644 --- a/Tests/Integration/Controller/NavigationControllerTest.php +++ b/Tests/Integration/Controller/NavigationControllerTest.php @@ -10,6 +10,7 @@ public function testNavigationController() { $controller = oxNew(NavigationController::class); $messages = []; + $this->setConfigParam('aModuleExtensions', ['a' => ['b']]); $controller->checkModules($messages); //print_r($messages); //print $this->exceptionLogHelper->getExceptionLogFileContent();