[GIT-PULLS] [php-src] PR #22980: Stop deleting test.php in the current working directory when running tests.
[email protected] (withinboredom) Fri, 31 Jul 2026 20:26:46 +0000
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22980 Author: withinboredom This test overwrites, then deletes a `test.php` file in the current working directory, which I don't believe is intended. This creates some fun side-effects depending on where and how you run the tests.