From 0f0e22364e0e0a050ecf4b406850a3e3a6c73d3d Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Fri, 19 Sep 2014 13:31:09 +0200 Subject: [PATCH] Added PHPUnit to composer.json --- composer.json | 3 ++- gruntfile.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a935cbe7..f4dd62cb 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "require": { "mnapoli/php-di": "~4.0", "jbrooksuk/phpcheckstyle": "dev-master", - "lichtner/fluentpdo": "dev-master" + "lichtner/fluentpdo": "dev-master", + "phpunit/phpunit": "4.2.*" } } diff --git a/gruntfile.js b/gruntfile.js index 6e3e4446..cfbdf7af 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -75,7 +75,7 @@ module.exports = function(grunt) { }, tests: { - command: 'phpunit --strict --bootstrap src/AutoLoader.php tests/', + command: 'php vendor/phpunit/phpunit/phpunit --strict --bootstrap src/AutoLoader.php tests/', }, upgrade: {