From cbffec322b13827b469ee983b91c3fcaa0e77216 Mon Sep 17 00:00:00 2001 From: Pouyan Azari Date: Thu, 4 Jan 2018 14:21:02 +0100 Subject: [PATCH 1/2] 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. --- testing/database.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/database.rst b/testing/database.rst index 1def9befe5c..fc2682dca47 100644 --- a/testing/database.rst +++ b/testing/database.rst @@ -120,8 +120,8 @@ To do this, you can override the value of the ``DATABASE_URL`` env var in the - - + + From a1486afdb068281667684b71cf4e8714d50f76fe Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 5 Jan 2018 10:55:10 +0100 Subject: [PATCH 2/2] Removed additional Doctrine config params --- testing/database.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/database.rst b/testing/database.rst index fc2682dca47..a1eb9a1e721 100644 --- a/testing/database.rst +++ b/testing/database.rst @@ -120,8 +120,8 @@ To do this, you can override the value of the ``DATABASE_URL`` env var in the - - + +