Updated PhpUnit Plugin (markdown)
parent
66c9ba0bec
commit
3cbae197ed
1 changed files with 1 additions and 8 deletions
|
|
@ -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.`
|
||||
Loading…
Add table
Add a link
Reference in a new issue