phpunit-progress
phpunit-progress copied to clipboard
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()
The same error exists on line 256. That should be fixed as well.