From e0b5ab6470df6f71b5ff69e566afc58659e887fe Mon Sep 17 00:00:00 2001 From: Erwann PHILIPPE Date: Tue, 27 Jan 2026 17:43:29 +0100 Subject: [PATCH] Tests --- .env.test | 1 + .gitignore | 2 ++ phpunit.xml.dist | 1 + 3 files changed, 4 insertions(+) diff --git a/.env.test b/.env.test index 9e7162f..4502496 100644 --- a/.env.test +++ b/.env.test @@ -4,3 +4,4 @@ APP_SECRET='$ecretf0rt3st' SYMFONY_DEPRECATIONS_HELPER=999999 PANTHER_APP_ENV=panther PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots +DATABASE_URL="mysql://root:@127.0.0.1:3306/mediatekformation_test?serverVersion=8.0" diff --git a/.gitignore b/.gitignore index 4daae38..dff5219 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ /public/assets/ /assets/vendor/ ###< symfony/asset-mapper ### + +/tests/ \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6c4bfed..4332f12 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -15,6 +15,7 @@ +