mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-06 14:53:37 +03:00
Short array syntax in XEE Validator tests
This commit is contained in:
parent
6d3a440aae
commit
2743dc4acf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue