Commit 0c981e7
committed
Fix Docker entrypoint passthrough test
When updating to PHP 8.3 (or Symfony 7.2) the prefix output of `bin/console` changed to `)Symfony` instead of `(Symfony`. For some reason this extra character only appears in this test as far as I'm aware. Simplified with a basic echo command to make the test more consistent.1 parent ee5639d commit 0c981e7
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
0 commit comments