We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a66149 + a1b6aa4 commit 9f696d2Copy full SHA for 9f696d2
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