wiki.techinc.nl/tests/phpunit/includes/api/format
Fomafix 37789ebf45 Xml.php: Do not escape double quotes in $contents of Xml::element()
There is no need to escape double quotes in content of XML.
Html::element() also does not escape double quotes in content.

ENT_NOQUOTES escapes '<', '>' and '&' but not "'" and '"'.
https://secure.php.net/manual/en/function.htmlspecialchars.php

Change-Id: I3b585c43e532cca1a8951d6c9e8b4825fc3b012d
2018-05-23 20:03:54 +00:00
..
ApiFormatBaseTest.php ApiFormatBase: Encode filenames in Content-Disposition 2018-02-07 15:12:33 -05:00
ApiFormatJsonTest.php SECURITY: Improve cross-domain-policy mangling 2016-05-20 09:48:11 -07:00
ApiFormatNoneTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ApiFormatPhpTest.php Convert OutputHandler functions to a class 2018-03-20 21:11:32 -07:00
ApiFormatRawTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
ApiFormatTestBase.php Add tests for ApiFormatBase 2018-01-03 16:08:12 -05:00
ApiFormatXmlTest.php Xml.php: Do not escape double quotes in $contents of Xml::element() 2018-05-23 20:03:54 +00:00