add deps for tests

This commit is contained in:
2014-12-23 10:06:06 +01:00
parent 677fe4d147
commit 9228b43802
5 changed files with 17 additions and 5 deletions

View File

@@ -12,7 +12,10 @@ class AppKernel extends Kernel
new Chill\ReportBundle\ChillReportBundle(),
new Symfony\Bundle\TwigBundle\TwigBundle(),
new Chill\CustomFieldsBundle\ChillCustomFieldsBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle()
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Chill\MainBundle\ChillMainBundle(),
new Chill\PersonBundle\ChillPersonBundle(),
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
);
}