Skip to content

Commit 821f6bb

Browse files
committed
Clean up file created during testing
1 parent 47b2e44 commit 821f6bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/standard/tests/file/bug78241.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ for ($i = 2037; $i <= 2040; $i++) {
1919
echo 'File: '.date('D, d M Y H:i:s', $file), PHP_EOL, PHP_EOL;
2020
}
2121
?>
22+
--CLEAN--
23+
<?php
24+
@unlink($filename = __DIR__ . '/bug78241.txt');
25+
?>
2226
--EXPECT--
2327
Date: Thu, 01 Jan 2037 01:01:01
2428
File: Thu, 01 Jan 2037 01:01:01

0 commit comments

Comments
 (0)