You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #192 Replace test method prefix with #[Test] attribute (OskarStark)
This PR was merged into the main branch.
Discussion
----------
Replace test method prefix with `#[Test]` attribute
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | no
| Issues | --
| License | MIT
Updated all test files that were using the 'test' prefix convention to use the modern PHPUnit #[Test] attribute instead. This brings consistency across the codebase as the majority of tests were already using the attribute syntax.
Commits
-------
4c443a8 Replace test method prefix with #[Test] attribute
0 commit comments