We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b641c commit 06c6e7fCopy full SHA for 06c6e7f
README.md
@@ -19,7 +19,7 @@ used as a single metric defining how good your tests are.
19
## Requirements
20
21
- PHP 7+ (for [PhpSpec][2] v4+) or PHP 5.6+ (for [PhpSpec][2] v3)
22
-- [Xdebug][3] or [phpdbg][4] extension enabled (PHP 7+ is required for code
+- [Xdebug][3], [phpdbg][4] or [pcov][6] extension enabled (PHP 7+ is required for code
23
generation to work with [phpdbg][4]).
24
25
## Change Log
@@ -170,3 +170,4 @@ Licensed under [MIT License](LICENSE).
170
[3]: https://xdebug.org/
171
[4]: https://github.com/krakjoe/phpdbg
172
[5]: https://github.com/leanphp/phpspec-code-coverage
173
+[6]: https://github.com/krakjoe/pcov
0 commit comments