mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-08-07 07:16:13 +00:00
Fix committed PHPUnit vendor path casing for case-sensitive CI
PHPUnit 12 renamed PHPT -> Phpt (src/Framework/Exception/PhptAssertionFailedError.php and the src/Runner/Phpt/ directory). Because this repo commits vendor/ and the macOS dev filesystem is case-insensitive, git kept the old-case paths in the index while Composer wrote the new case to disk, so the change went undetected locally. On CI's case-sensitive Linux filesystem the checked-out old-case files don't satisfy PHPUnit's require of the new-case names and 'php artisan test' fatals before running. Re-track these 8 files under their correct case.
This commit is contained in:
Reference in New Issue
Block a user