Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 1ad13cd

Browse files
committed
Configure database for tests
1 parent a1ab350 commit 1ad13cd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.env.test

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# define your env variables for the test env here
22
KERNEL_CLASS='App\Kernel'
33
APP_SECRET='s$cretf0rt3st'
4-
SYMFONY_DEPRECATIONS_HELPER=999999
4+
5+
# If using MariaDB (comment if not)
6+
DATABASE_URL=mysql://[email protected]:3306/symfony_app_template_test
7+
8+
# If using PostgreSQL (comment if not)
9+
DATABASE_URL=pgsql://[email protected]:5432/symfony_app_template_test

0 commit comments

Comments
 (0)