Skip to content

Commit

Permalink
Merge branch 'PHP-8.3'
Browse files Browse the repository at this point in the history
* PHP-8.3:
  Fix clean section in test
  • Loading branch information
iluuu1994 committed Apr 15, 2024
2 parents 5c671c3 + f06a755 commit 887ed94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/file/rename_variation2-win32.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ echo "Done\n";
--CLEAN--
<?php
$file_path = __DIR__;
rmdir($file_path."/12345");
rmdir($file_path."/12346");
?>
--EXPECT--
*** Testing rename() by renaming a file and directory to numeric name ***
Expand Down

0 comments on commit 887ed94

Please sign in to comment.