diff --git a/PhpUnit-Plugin.md b/PhpUnit-Plugin.md index 01ce4ed..2e79443 100644 --- a/PhpUnit-Plugin.md +++ b/PhpUnit-Plugin.md @@ -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 - - - - -``` \ No newline at end of file +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.` \ No newline at end of file