Skip to content

Instantly share code, notes, and snippets.

@chaudum
Created January 12, 2016 09:09
Show Gist options
  • Save chaudum/f9d15cf293407dd7d589 to your computer and use it in GitHub Desktop.
Save chaudum/f9d15cf293407dd7d589 to your computer and use it in GitHub Desktop.
crate-dbal: PHP 5.6.3 vs. 7.0.2
vagrant@vagrant-ubuntu-trusty-64:/vagrant$ ./vendor/bin/phpunit --coverage-html ./report
PHPUnit 4.8.21 by Sebastian Bergmann and contributors.
Runtime: PHP 5.6.3 with Xdebug 2.3.3
Configuration: /vagrant/phpunit.xml.dist
............................S.S.S.SS........................... 63 / 153 ( 41%)
........SSSSSSSSSS................S.................SS........S 126 / 153 ( 82%)
SS.........................
Time: 42.17 seconds, Memory: 19.75Mb
OK, but incomplete, skipped, or risky tests!
Tests: 153, Assertions: 285, Skipped: 21.
Generating code coverage report in HTML format ... done
vagrant@vagrant-ubuntu-trusty-64:/vagrant$ ./vendor/bin/phpunit --coverage-html ./report
PHPUnit 4.8.21 by Sebastian Bergmann and contributors.
Runtime: PHP 7.0.2 with Xdebug 2.4.0RC4-dev
Configuration: /vagrant/phpunit.xml.dist
............................S.S.S.SS........................... 63 / 153 ( 41%)
........SSSSSSSSSS................S.................SS........S 126 / 153 ( 82%)
SS.........................
Time: 37.98 seconds, Memory: 12.00Mb
OK, but incomplete, skipped, or risky tests!
Tests: 153, Assertions: 285, Skipped: 21.
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