From 3c19db059f7001876479cd2caa33e203042040ff Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 8 Jan 2018 15:12:20 +0100 Subject: [PATCH] [FEATURE] Use the testdox printer for PHPUnit Also update the PHPUnit schema URL to the latest version. Fixes #236 --- Configuration/PHPUnit/phpunit.xml | 3 ++- composer.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Configuration/PHPUnit/phpunit.xml b/Configuration/PHPUnit/phpunit.xml index 685a4f5..3905a4b 100644 --- a/Configuration/PHPUnit/phpunit.xml +++ b/Configuration/PHPUnit/phpunit.xml @@ -2,8 +2,9 @@ diff --git a/composer.json b/composer.json index 24c2ece..a749ec3 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,7 @@ "require-dev": { "phpunit/phpunit": "^6.5.0", "phpunit/dbunit": "^3.0.0", + "rpkamp/fancy-testdox-printer": "^0.2.2", "squizlabs/php_codesniffer": "^3.2.0", "phpstan/phpstan": "^0.7.0", "nette/caching": "^2.5.0 || ^3.0.0",