create test for custom fields group complete scenario

a deps is added on the bundle "person" in order to make test working.
This commit is contained in:
2015-11-30 22:10:04 +01:00
parent c9ca7c1e1b
commit 9b5544beaf
4 changed files with 76 additions and 59 deletions

View File

@@ -17,7 +17,8 @@ class AppKernel extends Kernel
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new \Chill\MainBundle\ChillMainBundle,
new \Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(),
new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle()
new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(),
new Chill\PersonBundle\ChillPersonBundle(),
#add here all the required bundle (some bundle are not required)
);
}