Commit 05c591e
committed
minor #15450 fix(symfony-cli): remove APP_ENV=test behaviour with the database (Kocal)
This PR was merged into the 4.4 branch.
Discussion
----------
fix(symfony-cli): remove APP_ENV=test behaviour with the database
Our CI started to fail since the last Symfony CLI releases, because there is no APP_ENV=test behaviour with the database anymore with https://github.com/symfony/cli/releases/tag/v4.25.3 and/or https://github.com/symfony/cli/releases/tag/v4.25.4.
Looks like the solution is to do the same than symfony/recipes#939.
Commits
-------
e5767e1 fix(symfony-cli): remove APP_ENV=test behaviour with the database1 file changed
+0
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | 325 | | |
342 | 326 | | |
343 | 327 | | |
| |||
0 commit comments