mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-19 06:26:48 +00:00
Remove unused data from test provider data set
This commit is contained in:
committed by
Adrien Crivelli
parent
edb3974a0d
commit
2809cce298
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user