add doctrine migration to CI from person bundle

refs #402
This commit is contained in:
2015-01-29 16:54:25 +01:00
parent 5bd4e9ff1a
commit d6822520d2
4 changed files with 9 additions and 4 deletions

View File

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

View File

@@ -0,0 +1,2 @@
*
!.gitignore