PhpSpreadsheet/tests/PhpSpreadsheetTests
GreatHumorist 0477e6fcfe In Xml reader throw exception in case of invalid XML (#222)
When the xml file is not a standard xml file, the `simplexml_load_string` will return false, this will cause an error on "$xml->getNamespaces(true);" . So instead of showing the error, we throw an exception.
2017-09-20 14:20:12 +09:00
..
Calculation Make global usage of `use` instead of FQCN 2017-05-18 00:10:16 +02:00
Cell Make global usage of `use` instead of FQCN 2017-05-18 00:10:16 +02:00
Chart Make global usage of `use` instead of FQCN 2017-05-18 00:10:16 +02:00
Collection Make global usage of `use` instead of FQCN 2017-05-18 00:10:16 +02:00
Custom Upgrade to PHP-CS-Fixer 2.0 2016-12-22 23:46:26 +09:00
Helper Make global usage of `use` instead of FQCN 2017-05-18 00:10:16 +02:00
Reader In Xml reader throw exception in case of invalid XML (#222) 2017-09-20 14:20:12 +09:00
Shared Escape control characters in cell values 2017-09-09 19:29:08 +09:00
Style Standardize keys used for styling 2017-09-09 02:56:23 +09:00
Worksheet Make global usage of `use` instead of FQCN 2017-05-18 00:10:16 +02:00
Writer Re-use original palette color when possible 2017-09-11 14:28:49 +09:00
CalculationTest.php Make global usage of `use` instead of FQCN 2017-05-18 00:10:16 +02:00
CellTest.php Merge data-validation collections to reduce the final file size 2017-09-08 02:27:18 +09:00
IOFactoryTest.php Make global usage of `use` instead of FQCN 2017-05-18 00:10:16 +02:00
ReferenceHelperTest.php Make global usage of `use` instead of FQCN 2017-05-18 00:10:16 +02:00
SampleTest.php Make global usage of `use` instead of FQCN 2017-05-18 00:10:16 +02:00
SettingsTest.php Make global usage of `use` instead of FQCN 2017-05-18 00:10:16 +02:00
WorksheetTest.php Add option to suppress validation of sheet titles (#186) 2017-07-14 10:53:13 +02:00