aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/services.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-03-28 10:46:33 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-03-28 10:46:33 +0100
commitbdf2add2e80dc52a02113c50636b5f887639b31a (patch)
tree50a9275a91c9cb5510ea8c8de21816e545f80e92 /app/config/services.yml
parentf37d1427a1b75f9d7a2e273b2e9fb0e895a769ab (diff)
parent3e6b7ea0e9251d8ae69af5dc2e1eb65887c3da9f (diff)
downloadwallabag-bdf2add2e80dc52a02113c50636b5f887639b31a.tar.gz
wallabag-bdf2add2e80dc52a02113c50636b5f887639b31a.tar.zst
wallabag-bdf2add2e80dc52a02113c50636b5f887639b31a.zip
Merge pull request #1163 from wallabag/v2-speed-up-tests
Speed up tests
Diffstat (limited to 'app/config/services.yml')
-rw-r--r--app/config/services.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/config/services.yml b/app/config/services.yml
index 91a03e10..af22d381 100644
--- a/app/config/services.yml
+++ b/app/config/services.yml
@@ -6,6 +6,8 @@ parameters:
6 security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator 6 security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator
7 7
8services: 8services:
9# service_name: 9 # used for tests
10# class: AppBundle\Directory\ClassName 10 filesystem_cache:
11# arguments: ["@another_service_name", "plain_value", "%parameter_name%"] 11 class: Doctrine\Common\Cache\FilesystemCache
12 arguments:
13 - %kernel.cache_dir%/doctrine/metadata