adding knp to test fixtures

This commit is contained in:
Julien Fastré 2018-05-04 22:58:06 +02:00
parent da821f5099
commit 50b079c676

View File

@ -17,6 +17,7 @@ class AppKernel extends Kernel
new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(),
new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(),
new Symfony\Bundle\MonologBundle\MonologBundle(),
new Knp\Bundle\MenuBundle\KnpMenuBundle(),
);
}