Skip to content

Commit

Permalink
Merge pull request #19 from jakzal/document-phpdbg
Browse files Browse the repository at this point in the history
Document php-dbg availability
  • Loading branch information
jakzal authored Nov 22, 2017
2 parents 0e1a0e1 + a50f000 commit 351e017
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ Finally, use your customised image instead of the default one:
docker run -it --rm -v $(pwd):/project -w /project foo/phpqa phpmetrics .
```

## Debugger & Code Coverage

The [php-dbg debugger](http://php.net/manual/en/debugger-about.php) is provided by default. No additional extensions (like XDebug) are required to calculate code coverage:

```
phpqa phpdbg -qrr ./vendor/bin/phpunit --coverage-text
```

## Contributing

Please read the [Contributing guide](CONTRIBUTING.md) to learn about contributing to this project.
Expand Down

0 comments on commit 351e017

Please sign in to comment.