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

PHPUnit: fix warning about deprecated usage of at() matcher #49

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

glaubinix
Copy link
Contributor

1) Beelab\Recaptcha2Bundle\Tests\DependencyInjection\Compiler\TwigFormPassTest::testProcessWithoutFilesystemAndWithNativeFilesystem
The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked.

@garak garak merged commit b74068c into Bee-Lab:master Mar 13, 2024
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants