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

Fixed spelling error in line 250 that was causing ResultPrinter.php to return incorrect test status

Open joshuastine opened this issue 12 years ago • 1 comments

...ngs to display that passed tests are failing.

Changed $result->allCompletlyImplemented() to $result->allCompletelyImplemented()

joshuastine avatar May 30 '13 00:05 joshuastine

The same error exists on line 256. That should be fixed as well.

jdesrosiers avatar Jul 23 '13 21:07 jdesrosiers