PhpSpreadsheet/tests
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
..
PhpSpreadsheetTests In Xml reader throw exception in case of invalid XML (#222) 2017-09-20 14:20:12 +09:00
data In Xml reader throw exception in case of invalid XML (#222) 2017-09-20 14:20:12 +09:00
bootstrap.php Simplify bootstrap for tests 2017-01-23 15:05:41 +09:00