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