phpunit-progress icon indicating copy to clipboard operation
phpunit-progress copied to clipboard

A PHPUnit printer which produces results that looks like Rspec's.

Results 5 phpunit-progress issues
Sort by recently updated
recently updated
newest added

@see https://github.com/Maher4Ever/phpunit-progress/issues/1 @cause https://github.com/sebastianbergmann/phpunit/issues/762

...ngs to display that passed tests are failing. Changed $result->allCompletlyImplemented() to $result->allCompletelyImplemented()

allCompletlyImplemented method name was corrected and it is allCompletelyImplemented now. The corrected function name is in the 3.7 version, so guard drops a fatal error with the fresh PHPUnit: Call...