Commit 5d4254e
committed
minor symfony#8977 Update the DSN format in XML, it should be escaped (pouyana, javiereguiluz)
This PR was merged into the 4.0 branch.
Discussion
----------
Update the DSN format in XML, it should be escaped
So using the same setting gives
```
Could not load "/var/www/app/phpunit.xml.dist".
EntityRef: expecting ';'
```
The DSN should be escaped before added in the XML file.
Commits
-------
a1486af Removed additional Doctrine config params
cbffec3 Update the DSN format in XML, it should be escaped1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
0 commit comments