PHPUnit Polyfills is a PHP library that provides polyfill traits for PHPUnit assertion methods that were introduced, renamed, or removed across PHPUnit versions 7.5 through 12.x. It allows developers to write tests using the latest PHPUnit 12.x assertion API while still running them on older PHPUnit versions. The library offers

Sort: