Skip to content

Commit

Permalink
Merge pull request #109 from OXIDprojects/itest
Browse files Browse the repository at this point in the history
improve integration tests
  • Loading branch information
keywan-ghadami-oxid authored Dec 19, 2019
2 parents 64776d0 + 6b9842b commit 3a9fc94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Integration/Controller/NavigationControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 3a9fc94

Please sign in to comment.