add testing for customfield, correcting request injection

This commit is contained in:
2014-11-08 15:07:15 +01:00
parent 8b71a9e7cf
commit 7daa1a240e
14 changed files with 225 additions and 1762 deletions

View File

@@ -13,7 +13,8 @@ class AppKernel extends Kernel
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
new Symfony\Bundle\TwigBundle\TwigBundle(),
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle()
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new \Chill\MainBundle\ChillMainBundle,
#add here all the required bundle (some bundle are not required)
);
}