Fix finder date constraints and tests

This commit is contained in:
julien Galenski 2013-10-17 17:53:39 +02:00
parent 1206176fc4
commit 4ccafa6396
2 changed files with 0 additions and 8 deletions

View File

@ -44,10 +44,6 @@ class DateRangeFilterIterator extends FilterIterator
{
$fileinfo = $this->current();
if (!$fileinfo->isFile()) {
return true;
}
$filedate = $fileinfo->getMTime();
foreach ($this->comparators as $compare) {
if (!$compare->test($filedate)) {

View File

@ -57,12 +57,8 @@ class DateRangeFilterIteratorTest extends RealIteratorTestCase
);
$untilLastMonth = array(
'.git',
'foo',
'foo/bar.tmp',
'test.php',
'toto',
'.foo',
);
return array(