mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-13 16:59:42 +00:00
register chillmain in the framework used in tests
This should fix travis tests
This commit is contained in:
@@ -15,6 +15,7 @@ class AppKernel extends Kernel
|
|||||||
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
|
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
|
||||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||||
new Chill\PersonBundle\ChillPersonBundle(),
|
new Chill\PersonBundle\ChillPersonBundle(),
|
||||||
|
new Chill\MainBundle\ChillMainBundle()
|
||||||
#add here all the required bundle (some bundle are not required)
|
#add here all the required bundle (some bundle are not required)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user