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

Allow Symfony 6 #1346

Merged
merged 2 commits into from Sep 14, 2021
Merged

Allow Symfony 6 #1346

merged 2 commits into from Sep 14, 2021

Conversation

Kocal
Copy link
Contributor

@Kocal Kocal commented Jun 20, 2021

Symfony 6 will be released in 5 months, but I think it would be a nice thing to prepare Behat for Symfony 6.

I had to update a test, the stacktrace displayed when an exception is thrown does not contains parameters anymore. Changed RuntimeCallHandler->executeCall(Object(Behat\Behat\Definition\Call\DefinitionCall)) to RuntimeCallHandler->executeCall(Object( to fix that:
2021-06-20_21-10

WDYT?

@pamil pamil closed this Sep 14, 2021
@pamil pamil reopened this Sep 14, 2021
No parameters are displayed in the stacktrace, so asserting Behat\Testwork\Call\Handler\RuntimeCallHandler->executeCall(...) fails
@pamil pamil added the Feature label Sep 14, 2021
@pamil pamil merged commit 6f38d11 into Behat:master Sep 14, 2021
@pamil
Copy link
Member

pamil commented Sep 14, 2021

Thanks a lot, Hugo! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fatal error: Declaration of XXX must be compatible with YYY
2 participants