mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-22 05:16:06 +03:00
Short array syntax in XEE Validator tests
This commit is contained in:
parent
6d3a440aae
commit
2743dc4acf
@ -26,7 +26,7 @@ class XEEValidatorTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
public function providerInvalidXML()
|
||||
{
|
||||
$tests = [];
|
||||
$tests = array();
|
||||
foreach (glob('rawTestData/Reader/XEETestInvalid*.xml') as $file) {
|
||||
$tests[] = [realpath($file), true];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user