From 5b134ec5cd5e61c78544822cc55accc35d72efa3 Mon Sep 17 00:00:00 2001 From: Remon van de Kamp Date: Wed, 14 Feb 2018 19:46:05 +0100 Subject: [PATCH] Upgrade to PHPUnit 7.0 --- Makefile | 2 +- composer.json | 3 +-- phpunit.xml.dist | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8033518..41aa605 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ phpcs: # Run unit tests unit-tests: - vendor/bin/phpunit + vendor/bin/phpunit --testdox -v # Run behat behat: diff --git a/composer.json b/composer.json index 7af7923..653162e 100644 --- a/composer.json +++ b/composer.json @@ -33,8 +33,7 @@ "php-http/curl-client": "^1.7", "squizlabs/php_codesniffer": "^3.0", "swiftmailer/swiftmailer": "^6.0", - "phpunit/phpunit": "^6.0", - "rpkamp/fancy-testdox-printer": "^0.1.1", + "phpunit/phpunit": "^7.0", "mockery/mockery": "^1.0" } } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 33b9031..ea3e433 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,6 @@