diff --git a/tests/PhpSpreadsheetTests/Reader/XEEValidatorTest.php b/tests/PhpSpreadsheetTests/Reader/XEEValidatorTest.php index 83b7d99b..a1e67631 100644 --- a/tests/PhpSpreadsheetTests/Reader/XEEValidatorTest.php +++ b/tests/PhpSpreadsheetTests/Reader/XEEValidatorTest.php @@ -22,7 +22,7 @@ class XEEValidatorTest extends \PHPUnit_Framework_TestCase { $tests = []; foreach (glob(__DIR__ . '/../../data/Reader/XEE/XEETestInvalid*.xml') as $file) { - $tests[] = [realpath($file), true]; + $tests[] = [realpath($file)]; } return $tests;