Skip to content

Instantly share code, notes, and snippets.

@melkorm
Created April 9, 2016 21:12
Show Gist options
  • Save melkorm/be8688d57d0b06edabb27188b56de56a to your computer and use it in GitHub Desktop.
Save melkorm/be8688d57d0b06edabb27188b56de56a to your computer and use it in GitHub Desktop.
➜ php-testing git:(master) make
composer install -o;
You are running composer with xdebug enabled. This has a major impact on runtime
performance. See https://getcomposer.org/xdebug
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating optimized autoload files
vendor/bin/phpunit --coverage-text;
PHPUnit 4.8.24 by Sebastian Bergmann and contributors.
.......
Time: 115 ms, Memory: 7.00Mb
OK (7 tests, 7 assertions)
Code Coverage Report:
2016-03-26 11:46:03
Summary:
Classes: 100.00% (1/1)
Methods: 100.00% (2/2)
Lines: 100.00% (5/5)
\Melq\PhpTesting\Foo::Bar
Methods: 100.00% ( 2/ 2) Lines: 100.00% ( 5/ 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment