Closed developedsoftware closed 2 years ago
@developedsoftware I'm not sure how to prevent phpunit from returning an exit code 1 when using a deprecated function. assertClassHasAttribute
in this case.
@developedsoftware I'm not sure how to prevent phpunit from returning an exit code 1 when using a deprecated function.
assertClassHasAttribute
in this case.
I could try to replace the deprecated method ?
I thought about that but there is no replacement, they will just be deleted. github.com/sebastianbergmann/phpunit/issues/4601
I thought about that but there is no replacement, they will just be deleted.
github.com/sebastianbergmann/phpunit/issues/4601
Yes I just read the same thing. Not sure how we can get around that in that case ? Remove the assertions ?
Don’t understand the reasoning behind the removal !
codeception/codeception[5.0.0-alpha2, ..., 5.0.x-dev] require phpunit/phpunit dev-master as 9.5.99 -> satisfiable by phpunit/phpunit[dev-master].