Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jul 4, 2020
1 parent 2578f9a commit 71214f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.3",
"ergebnis/composer-normalize": "^2.0.1",
"knplabs/knp-menu-bundle": "^2.3 || ^3.0",
"symfony/browser-kit": "^4.4 || ^5.0",
"symfony/translation": "^4.2 || ^5.0"
},
Expand Down
2 changes: 2 additions & 0 deletions tests/App/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

namespace Nucleos\MenuBundle\Tests\App;

use Knp\Bundle\MenuBundle\KnpMenuBundle;
use Nucleos\MenuBundle\NucleosMenuBundle;
use Nucleos\MenuBundle\Tests\App\Controller\TwigTestController;
use Sonata\BlockBundle\SonataBlockBundle;
Expand All @@ -36,6 +37,7 @@ public function registerBundles()
yield new FrameworkBundle();
yield new TwigBundle();
yield new SonataBlockBundle();
yield new KnpMenuBundle();
yield new NucleosMenuBundle();
}

Expand Down

0 comments on commit 71214f9

Please sign in to comment.