Short array syntax in XEE Validator tests

This commit is contained in:
MarkBaker 2015-12-30 11:05:36 +00:00
parent 6d3a440aae
commit 2743dc4acf

View File

@ -26,7 +26,7 @@ class XEEValidatorTest extends PHPUnit_Framework_TestCase
public function providerInvalidXML() public function providerInvalidXML()
{ {
$tests = []; $tests = array();
foreach (glob('rawTestData/Reader/XEETestInvalid*.xml') as $file) { foreach (glob('rawTestData/Reader/XEETestInvalid*.xml') as $file) {
$tests[] = [realpath($file), true]; $tests[] = [realpath($file), true];
} }