File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class DateRangeFilterIteratorTest extends RealIteratorTestCase
22
22
public function testAccept ($ size , $ expected )
23
23
{
24
24
$ files = self ::$ files ;
25
- $ files [] = self ::toAbsolute ('doesnotexist ' );
25
+ $ files [] = static ::toAbsolute ('doesnotexist ' );
26
26
$ inner = new Iterator ($ files );
27
27
28
28
$ iterator = new DateRangeFilterIterator ($ inner , $ size );
@@ -84,9 +84,9 @@ public function getAcceptData()
84
84
];
85
85
86
86
return [
87
- [[new DateComparator ('since 20 years ago ' )], $ this -> toAbsolute ($ since20YearsAgo )],
88
- [[new DateComparator ('since 2 months ago ' )], $ this -> toAbsolute ($ since2MonthsAgo )],
89
- [[new DateComparator ('until last month ' )], $ this -> toAbsolute ($ untilLastMonth )],
87
+ [[new DateComparator ('since 20 years ago ' )], static :: toAbsolute ($ since20YearsAgo )],
88
+ [[new DateComparator ('since 2 months ago ' )], static :: toAbsolute ($ since2MonthsAgo )],
89
+ [[new DateComparator ('until last month ' )], static :: toAbsolute ($ untilLastMonth )],
90
90
];
91
91
}
92
92
}
You can’t perform that action at this time.
0 commit comments