ILIAS
ILIAS copied to clipboard
[FIX] add scripts/PHPUnit/.phpunit.cache/ to .gitignore
Hi folks,
I noticed when running PHP unit tests with sh scripts/PHPUnit/run_tests.sh, it creates the .phpunit.cache folder in a new location (scripts/PHPUnit/ instead of root).
This PR changes the location accordingly in the .gitignore file.
Kind regards, @thibsy