From 3cbae197ed0af76152e418f06eb59a49e65fa68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= Date: Sun, 5 Apr 2015 18:40:09 +0200 Subject: [PATCH] Updated PhpUnit Plugin (markdown) --- PhpUnit-Plugin.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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