Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Commit 2743dc4

Browse files
author
MarkBaker
committed
Short array syntax in XEE Validator tests
1 parent 6d3a440 commit 2743dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unitTests/Classes/PHPExcel/Reader/XEEValidatorTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function testInvalidXML($filename)
2626

2727
public function providerInvalidXML()
2828
{
29-
$tests = [];
29+
$tests = array();
3030
foreach (glob('rawTestData/Reader/XEETestInvalid*.xml') as $file) {
3131
$tests[] = [realpath($file), true];
3232
}

0 commit comments

Comments
 (0)