Skip to content

Add .phpunit.result.cache to the .gitignore #4725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2018

Conversation

calebporzio
Copy link
Contributor

PHPUnit version 7.3 adds a new argument --cache-result which allows you to do awesome things like re-run test failures using a command like:

phpunit --cache-result --order-by=defects --stop-on-defect

The cache file is stored as .phpunit.result.cache

I believe PHPUnit 8 will have caching on by default, so this file will start popping up in everyone's project quickly.

PHPUnit version 7.3 adds a new argument `--cache-result` which allows you to do awesome things like re-run test failures using a command like:

`phpunit --cache-result --order-by=defects --stop-on-defect`

The cache file is stored as `.phpunit.result.cache`

I believe PHPUnit 8 will have caching on by default, so this file will start popping up in everyone's project quickly.
@taylorotwell taylorotwell merged commit 90b6165 into laravel:master Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants