Merge branch 'psr2' into develop

This commit is contained in:
MarkBaker 2015-05-22 23:58:21 +01:00
commit 8f1be4f4de
1 changed files with 1 additions and 1 deletions

View File

@ -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)];
}