bootstrap local app for tests

This commit is contained in:
2014-12-07 00:15:35 +01:00
parent f5752acdc3
commit 567ebb41ab
4 changed files with 17 additions and 4 deletions

View File

@@ -12,6 +12,15 @@ framework:
profiler: { only_exceptions: false }
templating:
engines: ['twig']
# Assetic Configuration
assetic:
debug: "%kernel.debug%"
use_controller: false
bundles: [ ]
#java: /usr/bin/java
filters:
cssrewrite: ~
doctrine:
dbal:
@@ -46,7 +55,7 @@ security:
default:
anonymous: ~
http_basic: ~
form_login:
csrf_parameter: _csrf_token
intention: authenticate

View File

@@ -1,4 +1,7 @@
cl_custom_fields:
chill_person:
resource: .
type: chill_routes
type: chill_routes_person
chill_main:
resource: "@ChillMainBundle/Resources/config/routing.yml"