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

Add Test attribute #243

Merged
merged 1 commit into from
Nov 10, 2023
Merged

Add Test attribute #243

merged 1 commit into from
Nov 10, 2023

Conversation

calebdw
Copy link
Contributor

@calebdw calebdw commented Oct 26, 2023

Hello!

PHPUnit recently added the ability to use an attribute to mark test methods instead of requiring the method name to start with test or use the /** @test */ PHPDoc annotation.

I much prefer using this style over the others I mentioned so figured I'd implement it, backwards compatibility is maintained.

Thanks!

@carlosas
Copy link
Owner

I will be offline until next weekend. I will have a look when I'm back 🙏

@carlosas
Copy link
Owner

LGTM 👍
I will release it along with the other 2 PRs at the end of the weekend. Thanks for the contribution!

@carlosas carlosas merged commit d751fb4 into carlosas:master Nov 10, 2023
13 checks passed
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