From 1a6036cb2365665a8cc5435f926c18dda8e7134f Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Mon, 25 Dec 2023 18:42:36 +0100 Subject: [PATCH] Move Annotation fixtures to Core --- app/config/services_test.yml | 5 ----- .../DataFixtures/AnnotationFixtures.php | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) rename src/Wallabag/{AnnotationBundle => CoreBundle}/DataFixtures/AnnotationFixtures.php (94%) 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 @@