Skip to content

Instantly share code, notes, and snippets.

@chaudum
Created January 12, 2016 07:38
Show Gist options
  • Save chaudum/90e7766bb3a42d799e81 to your computer and use it in GitHub Desktop.
Save chaudum/90e7766bb3a42d799e81 to your computer and use it in GitHub Desktop.
crate-pdo: 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
............................................................... 63 / 128 ( 49%)
............................................................... 126 / 128 ( 98%)
..
Time: 17.05 seconds, Memory: 14.75Mb
OK (128 tests, 223 assertions)
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
............................................................... 63 / 128 ( 49%)
............................................................... 126 / 128 ( 98%)
..
Time: 12.54 seconds, Memory: 10.00Mb
OK (128 tests, 223 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