PhpSpreadsheet/tests/PhpSpreadsheetTests/Writer/Html
Mark Baker 5769885802
Changes to the default arguments for `htmlspecialchars()` and `html_entity_decode()` requires setting of the argument value explicitly to prevent changes in behaviour. (#2176)
Specifically, the default for these two functions has been changed from `ENT_COMPAT` to `ENT_QUOTES | ENT_SUBSTITUTE`

This PR configures the argument used for those functions in Settings, and then explicitly applies it everywhere they are used in the codebase.
2021-06-21 12:56:03 +02:00
..
AllOrOneSheetTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
CallbackTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ExtendForChartsAndImagesTest.php Don't ouput row and columns without any cells in HTML writer 2020-06-28 22:03:37 +09:00
GridlinesTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
HtmlCommentsTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
HtmlNumberFormatTest.php Changes to the default arguments for `htmlspecialchars()` and `html_entity_decode()` requires setting of the argument value explicitly to prevent changes in behaviour. (#2176) 2021-06-21 12:56:03 +02:00
ImagesRootTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
InvalidFileNameTest.php Testing - Delete Temp Files When No Longer Needed (#1488) 2020-05-24 20:03:07 +09:00
RepeatedRowsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
VisibilityTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
XssVulnerabilityTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00