Skip to content

Instantly share code, notes, and snippets.

@mudrd8mz
Created April 23, 2012 08:55
Show Gist options
  • Save mudrd8mz/2469669 to your computer and use it in GitHub Desktop.
Save mudrd8mz/2469669 to your computer and use it in GitHub Desktop.
$ time phpunit
PHPUnit 3.6.10 by Sebastian Bergmann.
Configuration read from /home/mudrd8mz/public_html/moodle23/phpunit.xml
............................................................. 61 / 1070 ( 5%)
............................................................. 122 / 1070 ( 11%)
............................................................. 183 / 1070 ( 17%)
............................................................. 244 / 1070 ( 22%)
...........................E................................. 305 / 1070 ( 28%)
............................................................. 366 / 1070 ( 34%)
............................................................. 427 / 1070 ( 39%)
............................................................. 488 / 1070 ( 45%)
............................................................. 549 / 1070 ( 51%)
............................................................. 610 / 1070 ( 57%)
............................................................. 671 / 1070 ( 62%)
............................................................. 732 / 1070 ( 68%)
............................................................. 793 / 1070 ( 74%)
............................................................. 854 / 1070 ( 79%)
............................................................. 915 / 1070 ( 85%)
............................................................. 976 / 1070 ( 91%)
............................................................. 1037 / 1070 ( 96%)
.................................
Time: 11:03, Memory: 164.50Mb
There was 1 error:
1) moodlelib_testcase::test_fix_utf8
iconv(): Detected an illegal character in input string
/home/mudrd8mz/public_html/moodle23/lib/moodlelib.php:1130
/home/mudrd8mz/public_html/moodle23/lib/tests/moodlelib_test.php:315
/home/mudrd8mz/public_html/moodle23/lib/phpunit/lib.php:1124
FAILURES!
Tests: 1070, Assertions: 20553, Errors: 1.
real 11m2.802s
user 0m53.863s
sys 0m20.175s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment