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

missing assertions for method call invocations #160

Merged
merged 1 commit into from
Feb 29, 2020

Conversation

bhoehl
Copy link
Contributor

@bhoehl bhoehl commented Oct 15, 2018

@DavertMik @sergeyklay
PhpUnit 7 does handle no assertions as an error.
Method invocation verification in AspectMock is not doing any assertion and causes failures.
PhpUnit itself does handle method call verifications as regular assertions and does not fail.
AspectMock should behave the same as PhpUnit method call verifications.

see issue:
#151

@Naktibalda Naktibalda merged commit 72fc3d6 into Codeception:master Feb 29, 2020
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.

3 participants