mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Lower-casing of PHPT file names can break tests #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cmb69 on GitHub (Oct 22, 2019).
Consider following CI.phpt:
This test currently fails with the following diff:
Obviously, we must not lower-case the PHP file names, to avoid breaking tests which expect the filenames (or parts of these). This has likely gone unnoticed so far due to #79, but will hit us as soon as that issue is resolved.