phpunit-progress
phpunit-progress copied to clipboard
A PHPUnit printer which produces results that looks like Rspec's.
@see https://github.com/Maher4Ever/phpunit-progress/issues/1 @cause https://github.com/sebastianbergmann/phpunit/issues/762
Fixed spelling error in line 250 that was causing ResultPrinter.php to return incorrect test status
...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...