Use doctrine cache for tests

This commit is contained in:
Jeremy
2015-03-27 19:46:36 +01:00
parent f37d1427a1
commit a05be8abec
2 changed files with 12 additions and 3 deletions

View File

@ -6,6 +6,8 @@ parameters:
security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator
services:
# service_name:
# class: AppBundle\Directory\ClassName
# arguments: ["@another_service_name", "plain_value", "%parameter_name%"]
# used for tests
filesystem_cache:
class: Doctrine\Common\Cache\FilesystemCache
arguments:
- %kernel.cache_dir%/doctrine/metadata