behat-code-coverage
behat-code-coverage copied to clipboard
Generate Code Coverage reports for Behat tests
It was discovered that phpdbg support was described at README, but in fact it was not working due to PHPDBG driver missed
Hi, I've tried to install leanphp/behat-code-coverage on a Symfony 5 application, but composer doesn't allow it, since your library requires older versions of Symfony components (`^2.3||^3.0||^4.0`). ``` $ composer require...
Hi, I am using behat for automation testing of our Drupal Project. I am using this library: https://packagist.org/packages/leanphp/behat-code-coverage (Version-3.2.1) for code coverage. However I could able to setup all and...
I'm attempting to install this package alongside PHPUnit 8, which requires php-code-coverage 7.\*. This package requires version 6.\*. Is there a possibility to review an upgrade to the coverage dependency...
`run` is the suite name to run; so normally its default based on the doc below
we lose data from READ request
Hi, ->normalizeKeys(false) should be added on the directory nodes in Extension.php, cp. http://symfony.com/doc/current/components/config/definition.html#array-node-options best
I'm trying to find a way to make this work on a containerised setup where the app is in a php-fpm container, the webserver is separate from it (and it's...
Currently for Remote XDebug functionality we are depending on Guzzle. As Guzzle is popular library, we have to be quite open about supported versions so this package does not conflict...