There was an error while loading. Please reload this page.
1 parent 7308912 commit a1b6aa4Copy full SHA for a1b6aa4
Tests/Iterator/RealIteratorTestCase.php
@@ -72,8 +72,8 @@ public static function setUpBeforeClass(): void
72
file_put_contents(self::toAbsolute('test.php'), str_repeat(' ', 800));
73
file_put_contents(self::toAbsolute('test.py'), str_repeat(' ', 2000));
74
75
- touch(self::toAbsolute('foo/bar.tmp'), strtotime('2005-10-15'));
76
- touch(self::toAbsolute('test.php'), strtotime('2005-10-15'));
+ touch(self::toAbsolute('foo/bar.tmp'), strtotime('-19 years'));
+ touch(self::toAbsolute('test.php'), strtotime('-19 years'));
77
78
if (FinderTest::class === static::class) {
79
$fs = new Filesystem();
0 commit comments