phpunit-extensions
phpunit-extensions copied to clipboard
Etsy PHPUnit Extensions
This hasn't been updated for a while but gauging if there's any motivation in supporting PHP8/PHPUnit 9+?
I built this extension to phpunit over a year ago, and have been using it extensively. I hope it will be helpful to others out there. I added the documentation...
Hi. Let say I want to use assertion `assertArrayEqualsNoOrder`. In example, there is in-place example to execute `PHPUnit_Extensions_Assert_More::assertArrayEqualsNoOrder(....)` yet, that means I need to repeat whole class name whenever I...