Merge branch 'psr2' into develop
This commit is contained in:
commit
8f1be4f4de
|
@ -45,7 +45,7 @@ class XEEValidatorTest extends PHPUnit_Framework_TestCase
|
||||||
|
|
||||||
public function providerValidXML()
|
public function providerValidXML()
|
||||||
{
|
{
|
||||||
$tests = [];
|
$tests = array();
|
||||||
foreach (glob('rawTestData/Reader/XEETestValid*.xml') as $file) {
|
foreach (glob('rawTestData/Reader/XEETestValid*.xml') as $file) {
|
||||||
$tests[] = [realpath($file), file_get_contents($file)];
|
$tests[] = [realpath($file), file_get_contents($file)];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue