From 0db5aebb66942f69acac6c6054986fab41960573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 2 Oct 2021 21:10:31 +0200 Subject: [PATCH] Use correct database for testing env. --- .env.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.test b/.env.test index f654aca0..a9b0cccf 100644 --- a/.env.test +++ b/.env.test @@ -5,4 +5,5 @@ SYMFONY_DEPRECATIONS_HELPER=999999 PANTHER_APP_ENV=panther PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots -DATABASE_URL=mysql://root:@127.0.0.1:3306/part-db_test \ No newline at end of file +# Doctrine automatically adds an _test suffix to database name in test env +DATABASE_URL=mysql://root:@127.0.0.1:3306/part-db \ No newline at end of file