소스 검색

[SecurityBundle] fixed error_log() being called during functional tests

Fabien Potencier 14 년 전
부모
커밋
2e56703a32
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/framework.yml

+ 4 - 1
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/framework.yml

@@ -11,4 +11,7 @@ framework:
         default_locale: en
         lifetime:       3600
         auto_start:     true
-        storage_id: session.storage.filesystem
+        storage_id: session.storage.filesystem
+
+services:
+    logger: { class: Symfony\Component\HttpKernel\Log\NullLogger }