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

Exclude assertion methods during the test suite building #116

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

aik099
Copy link
Member

@aik099 aik099 commented Mar 8, 2024

Currently, a test case class with a single test contains ~300 public methods. The 2/3 of them are static methods (likely related to assertions).

Excluding these static public methods from the test suite building should speed up things.

@aik099 aik099 merged commit 1bd5388 into minkphp:master Mar 12, 2024
10 checks passed
@aik099 aik099 deleted the ignore-static-test-methods branch March 12, 2024 10:31
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.

1 participant