Codeception / Verify

BDD Assertions for PHPUnit and Codeception
MIT License
146 stars 25 forks source link

require phpunit/phpunit dev-master as 9.5.99 #53

Closed developedsoftware closed 2 years ago

developedsoftware commented 2 years ago

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].

TavoNiievez commented 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 commented 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.

I could try to replace the deprecated method ?

TavoNiievez commented 2 years ago

I thought about that but there is no replacement, they will just be deleted. github.com/sebastianbergmann/phpunit/issues/4601

developedsoftware commented 2 years ago

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 !