Skip to content
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

Split PHPUnit TestSuites for PHP 8.2 #1232

Merged
merged 1 commit into from Apr 15, 2023

Conversation

ghostwriter
Copy link
Member

This pull request updates the phpunit.xml.dist configuration file to exclude tests based on the PHP version that is being used.

This will allow us to run tests for different PHP versions in isolation, which will make it easier to identify and fix issues that are specific to certain PHP versions.

Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
Copy link
Member Author

@ghostwriter ghostwriter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request only updates the phpunit.xml.dist file and all CI checks specifically related to this PR are passing. https://github.com/mockery/mockery/pull/1232/files

Therefore, I am going to proceed and merge this pull request.

@ghostwriter ghostwriter merged commit 5d80294 into 1.5.x Apr 15, 2023
8 of 10 checks passed
@ghostwriter ghostwriter deleted the chore/phpunit-exclude-phpversion branch April 15, 2023 04:15
@ghostwriter ghostwriter added this to the 1.5.2 milestone Apr 20, 2023
@ghostwriter ghostwriter mentioned this pull request Apr 22, 2023
@ghostwriter ghostwriter added Patch Backwards compatible bug fixes and improvements Chore for non-functional changes or maintenance tasks such as code cleanup, formatting, or dependency upda labels Apr 30, 2023
@ghostwriter ghostwriter self-assigned this May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore for non-functional changes or maintenance tasks such as code cleanup, formatting, or dependency upda Patch Backwards compatible bug fixes and improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant