diff --git a/app/config/services_test.yml b/app/config/services_test.yml index 5073b64b9..781d5c770 100644 --- a/app/config/services_test.yml +++ b/app/config/services_test.yml @@ -31,8 +31,3 @@ services: resource: '../../src/Wallabag/CoreBundle/DataFixtures/*' tags: ['doctrine.fixture.orm'] autowire: true - - Wallabag\AnnotationBundle\DataFixtures\: - resource: '../../src/Wallabag/AnnotationBundle/DataFixtures/*' - tags: ['doctrine.fixture.orm'] - autowire: true diff --git a/src/Wallabag/AnnotationBundle/DataFixtures/AnnotationFixtures.php b/src/Wallabag/CoreBundle/DataFixtures/AnnotationFixtures.php similarity index 94% rename from src/Wallabag/AnnotationBundle/DataFixtures/AnnotationFixtures.php rename to src/Wallabag/CoreBundle/DataFixtures/AnnotationFixtures.php index a2de49e6a..4b1c34208 100644 --- a/src/Wallabag/AnnotationBundle/DataFixtures/AnnotationFixtures.php +++ b/src/Wallabag/CoreBundle/DataFixtures/AnnotationFixtures.php @@ -1,12 +1,11 @@