changed test config

This commit is contained in:
Andreas Hucks 2012-03-15 14:32:58 +01:00
parent a98d554472
commit 0e4f789084
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,5 @@
imports:
- { resource: config.yml }
framework:
profiler: { only_exceptions: false }
- { resource: ./config.yml }
security:
providers:

View File

@ -11,6 +11,7 @@ framework:
session:
auto_start: true
storage_id: session.storage.mock_file
profiler: { only_exceptions: false }
services:
logger: { class: Symfony\Component\HttpKernel\Log\NullLogger }