mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-04 22:50:27 +00:00
Merge branch 'psr2' into develop
This commit is contained in:
@@ -45,7 +45,7 @@ class XEEValidatorTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
public function providerValidXML()
|
||||
{
|
||||
$tests = [];
|
||||
$tests = array();
|
||||
foreach (glob('rawTestData/Reader/XEETestValid*.xml') as $file) {
|
||||
$tests[] = [realpath($file), file_get_contents($file)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user