From 24a5bf6ff1af8f9655c65dcf5d07e91d63bef411 Mon Sep 17 00:00:00 2001 From: Simon Erkelens Date: Sun, 21 May 2017 17:02:28 +1200 Subject: [PATCH] Use scriptfusion to immediately print PHPUnit output. Prettier and faster. --- composer.json | 1 + phpunit.xml.dist | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 211862feb..bdf95f6d3 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ }, "require-dev": { "phpunit/phpunit": "^5.7", + "scriptfusion/phpunit-immediate-exception-printer": "^1", "silverstripe/versioned": "^1.0@dev", "silverstripe/behat-extension": "^3", "silverstripe/serve": "dev-master", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a7cc6932d..17aea5572 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -3,7 +3,9 @@ Standard module phpunit configuration. Requires PHPUnit ^5.7 --> - + tests/php