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 @@
+