Closed TavoNiievez closed 2 years ago
Q | A |
---|---|
Is bugfix? | no |
New feature? | no |
Breaks BC? | yes |
Tests pass? | yes |
expect and expect_that is removed in 2.2. Should we update the tests to use verify() which I believe work fine still?
i opened this pull request but closed it #519
expect()
still works.
Sorry you are right / expect_that and expect_not have been removed from 2.2 though so I think the tests need to be updated to account for that….
I have a merge request for this - which works. But it fails in php5 because verify requires php7.
If we drop support for 5 then my PR can be merged in. Until that happens we are locked to verify 1.
I edited my commit to make it co-authored. I will keep this PR open.