From 310975efa69a80e21cfeb53b8aec47ec6c720b91 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Fri, 12 May 2017 17:21:47 +0200 Subject: [PATCH] Added grumphp/phpunit --- composer.json | 3 ++- grumphp.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ca0d683..fbf2361 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ "require": {}, "require-dev": { "phpro/grumphp": "^0.11.5", - "jakub-onderka/php-parallel-lint": "^0.9.2" + "jakub-onderka/php-parallel-lint": "^0.9.2", + "phpunit/phpunit": "^6.1" } } diff --git a/grumphp.yml b/grumphp.yml index 0fa80b1..077df18 100644 --- a/grumphp.yml +++ b/grumphp.yml @@ -3,3 +3,5 @@ parameters: bin_dir: vendor/bin tasks: phplint: ~ + phpunit: + config_file: phpunit/phpunit.xml