Added PHPUnit to composer.json

This commit is contained in:
Marcin Kurczewski 2014-09-19 13:31:09 +02:00
parent 695af67a93
commit 0f0e22364e
2 changed files with 3 additions and 2 deletions

View file

@ -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.*"
}
}

View file

@ -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: {