Skip to content

4.0 | .gitignore: ignore the PHPUnit cache file #36

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

Closed
wants to merge 1 commit into from

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Nov 9, 2023

Description

Recreation of upstream PR squizlabs/PHP_CodeSniffer#3076:

As PHPCS 4.x now supports PHPUnit 8 and 9, which automatically enables caching of the test results, a .phpunit.result.cache file will be created.

This file should not be committed, so adding it to the .gitignore file.

Suggested changelog entry

N/A

@jrfnl jrfnl added this to the 4.0.0 milestone Nov 9, 2023
@jrfnl jrfnl force-pushed the phpcs-4.x/update-gitignore branch from 3d6c1ef to 3cc0ab6 Compare November 9, 2023 13:46
As PHPCS 4.x now supports PHPUnit 8 and 9, which automatically enables caching of the test results, a `.phpunit.result.cache` file will be created.

This file should not be committed, so adding it to the `.gitignore` file.
@jrfnl
Copy link
Member Author

jrfnl commented Dec 4, 2023

Closing as already handled via the up-merge of #59

@jrfnl jrfnl closed this Dec 4, 2023
@jrfnl jrfnl deleted the phpcs-4.x/update-gitignore branch December 4, 2023 10:25
@jrfnl jrfnl removed this from the 4.0.0 milestone Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants