Skip to content

Commit 6c7a575

Browse files
committed
minor #1008 Updating test dsn for DATABASE_URL (weaverryan)
This PR was merged into the 1.0-dev branch. Discussion ---------- Updating test dsn for DATABASE_URL Ref: symfony/recipes@b1b582b tl;dr Our tests fail, because we are not manipulating the `.env` file correctly. Commits ------- 0524fdd updating test dsn for DATABASE_URL
2 parents f76abb1 + 0524fdd commit 6c7a575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/MakerTestDetails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function configureDatabase(bool $createSchema = true): self
139139
$this
140140
->addReplacement(
141141
'.env',
142-
'postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8',
142+
'postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8',
143143
getenv('TEST_DATABASE_DSN')
144144
)
145145
;

0 commit comments

Comments
 (0)