From 23a0cfae14fc022027d7a09bd00321b95b084345 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 21 Feb 2024 09:33:13 +0100 Subject: [PATCH] add doctrine test bundle --- composer.json | 1 + phpunit.xml.dist | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 25bcd79f6..3f140618a 100644 --- a/composer.json +++ b/composer.json @@ -62,6 +62,7 @@ "twig/twig": "^3.0" }, "require-dev": { + "dama/doctrine-test-bundle": "^7.1", "doctrine/doctrine-fixtures-bundle": "^3.3", "fakerphp/faker": "^1.13", "jangregor/phpstan-prophecy": "^1.0", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index aa519e376..11286efce 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -78,6 +78,10 @@ + + + +