Remove unused data from test provider data set

This commit is contained in:
Alexander Kurilo 2016-10-17 01:01:48 +03:00 committed by Adrien Crivelli
parent edb3974a0d
commit 2809cce298
1 changed files with 1 additions and 1 deletions

View File

@ -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;