8000 minor #742 update test details for new flex recipes (jrushlow) · symfony/maker-bundle@38715cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 38715cd

Browse files
committed
minor #742 update test details for new flex recipes (jrushlow)
This PR was squashed before being merged into the 1.0-dev branch. Discussion ---------- update test details for new flex recipes closes #741 Commits ------- 49d857d update test details for new flex recipes
2 parents c1bb009 + 49d857d commit 38715cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Test/MakerTestDetails.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,16 @@ public function configureDatabase(bool $createSchema = true): self
136136
$this
137137
->addReplacement(
138138
'.env',
139-
'mysql://db_user:db_password@127.0.0.1:3306/db_name',
139+
'postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8',
140140
getenv('TEST_DATABASE_DSN')
141141
)
142142
;
143143

144144
// use MySQL 5.6, which is what's currently available on Travis
145145
$this->addReplacement(
146146
'config/packages/doctrine.yaml',
147-
"server_version: '5.7'",
148-
"server_version: '5.6'"
147+
"#server_version: '13'",
148+
"server_version: '5.7'"
149149
);
150150

151151
// this looks silly, but it's the only way to drop the database *for sure*,

0 commit comments

Comments
 (0)
0