Phpunit is working

This commit is contained in:
Marc Ducobu
2014-11-07 23:17:54 +01:00
parent f1b66bb6dc
commit c7e4388645
8 changed files with 37 additions and 21 deletions

View File

@@ -11,6 +11,8 @@ class AppKernel extends Kernel
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new Chill\ReportBundle\ChillReportBundle(),
new Symfony\Bundle\TwigBundle\TwigBundle(),
new Chill\CustomFieldsBundle\ChillCustomFieldsBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle()
);
}