Skip to content

Instantly share code, notes, and snippets.

@assertchris
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save assertchris/fdb2bedefb47858b200a to your computer and use it in GitHub Desktop.

Select an option

Save assertchris/fdb2bedefb47858b200a to your computer and use it in GitHub Desktop.
❯ phpunit --coverage-html=report
PHPUnit 4.1.4 by Sebastian Bergmann.
Configuration read from /path/to/phpunit.xml
................................................................. 65 / 85 ( 76%)
....................
Time: 6.87 minutes, Memory: 116.25Mb
OK (84 tests, 926 assertions)
Generating code coverage report in HTML format ... done
forge@whispering-garden:~/default$ hhvm vendor/bin/phpunit --coverage-html=report
PHPUnit 4.1.4 by Sebastian Bergmann.
Configuration read from /path/to/phpunit.xml
................................................................. 65 / 85 ( 76%)
....................
Time: 24.75 seconds, Memory: 95.44Mb
OK (84 tests, 926 assertions)
Generating code coverage report in HTML format ... done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment