Add test for create new report

This commit is contained in:
2014-12-23 16:47:37 +01:00
parent 9228b43802
commit 15c3916c8b
5 changed files with 273 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ class AppKernel extends Kernel
new Chill\MainBundle\ChillMainBundle(),
new Chill\PersonBundle\ChillPersonBundle(),
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
);
}