diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-26 20:00:01 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-28 22:04:54 +0100 |
commit | db9b6d8d0d9f943fe321ea690701662dac828e94 (patch) | |
tree | 165dae22924a69a087f01434d131b5e389b10535 /app/config | |
parent | 9394e8098a92c849d15c43dcd0c338887bff68ce (diff) | |
download | wallabag-db9b6d8d0d9f943fe321ea690701662dac828e94.tar.gz wallabag-db9b6d8d0d9f943fe321ea690701662dac828e94.tar.zst wallabag-db9b6d8d0d9f943fe321ea690701662dac828e94.zip |
Update fixtures
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/services_test.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/config/services_test.yml b/app/config/services_test.yml index a300f75d..1b3aff63 100644 --- a/app/config/services_test.yml +++ b/app/config/services_test.yml | |||
@@ -22,17 +22,17 @@ services: | |||
22 | - "%kernel.cache_dir%/doctrine/metadata" | 22 | - "%kernel.cache_dir%/doctrine/metadata" |
23 | 23 | ||
24 | # fixtures | 24 | # fixtures |
25 | Wallabag\AnnotationBundle\DataFixtures\ORM\: | 25 | Wallabag\UserBundle\DataFixtures\: |
26 | resource: '../../src/Wallabag/AnnotationBundle/DataFixtures/ORM/*' | 26 | resource: '../../src/Wallabag/UserBundle/DataFixtures/*' |
27 | tags: ['doctrine.fixture.orm'] | 27 | tags: ['doctrine.fixture.orm'] |
28 | autowire: true | 28 | autowire: true |
29 | 29 | ||
30 | Wallabag\CoreBundle\DataFixtures\ORM\: | 30 | Wallabag\CoreBundle\DataFixtures\: |
31 | resource: '../../src/Wallabag/CoreBundle/DataFixtures/ORM/*' | 31 | resource: '../../src/Wallabag/CoreBundle/DataFixtures/*' |
32 | tags: ['doctrine.fixture.orm'] | 32 | tags: ['doctrine.fixture.orm'] |
33 | autowire: true | 33 | autowire: true |
34 | 34 | ||
35 | Wallabag\UserBundle\DataFixtures\ORM\: | 35 | Wallabag\AnnotationBundle\DataFixtures\: |
36 | resource: '../../src/Wallabag/UserBundle/DataFixtures/ORM/*' | 36 | resource: '../../src/Wallabag/AnnotationBundle/DataFixtures/*' |
37 | tags: ['doctrine.fixture.orm'] | 37 | tags: ['doctrine.fixture.orm'] |
38 | autowire: true | 38 | autowire: true |