Updated PhpUnit Plugin (markdown)

Guillaume Perréal 2015-04-05 18:40:09 +02:00
commit 3cbae197ed

@ -31,11 +31,4 @@ If standard logging of PHPCI is not enough, to get standard output from any comm
* Run `composer update` in phpunit plugin directory of PHPCI to get all of its dependencies
* If phpunit is inside of the project's composer.json, it might interfere with PHPCI's phpunit installation
* Make sure you have XDebug installed.`The Xdebug extension is not loaded. No code coverage will be generated.`
Otherwise test report parsing in `TapParser` will fail, wanting coverage report as well `Invalid TAP string, number of tests does not match specified test count.`
* If you are using xml configuration, make sure you include logging output
```xml
<logging>
<log type="tap" target="php://stdout"/>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
</logging>
```
Otherwise test report parsing in `TapParser` will fail, wanting coverage report as well `Invalid TAP string, number of tests does not match specified test count.`