Closed cweiske closed 2 years ago
Because that file already uses the assertContainsString method. No need for me to do it again.
haven't used polyfill trait for older PHPUnit versions, which will result in the Fatal Error on some PHPUnit versions
I see now. Thank you.
you've used the
assertContainsString
method (not sure if it exists) instead ofassertStringContainsString
, which will result in the Fatal Error all the time
@cweiske , Still the issue.
Oh, sorry. Fixed now.
Merging, thanks @cweiske .
Related: https://github.com/minkphp/driver-testsuite/pull/15