Added PHPUnit to composer.json
This commit is contained in:
parent
695af67a93
commit
0f0e22364e
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"mnapoli/php-di": "~4.0",
|
"mnapoli/php-di": "~4.0",
|
||||||
"jbrooksuk/phpcheckstyle": "dev-master",
|
"jbrooksuk/phpcheckstyle": "dev-master",
|
||||||
"lichtner/fluentpdo": "dev-master"
|
"lichtner/fluentpdo": "dev-master",
|
||||||
|
"phpunit/phpunit": "4.2.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,7 +75,7 @@ module.exports = function(grunt) {
|
||||||
},
|
},
|
||||||
|
|
||||||
tests: {
|
tests: {
|
||||||
command: 'phpunit --strict --bootstrap src/AutoLoader.php tests/',
|
command: 'php vendor/phpunit/phpunit/phpunit --strict --bootstrap src/AutoLoader.php tests/',
|
||||||
},
|
},
|
||||||
|
|
||||||
upgrade: {
|
upgrade: {
|
||||||
|
|
Loading…
Reference in a new issue