Use local phpunit
This commit is contained in:
parent
7ac7f2ec92
commit
b516cb6346
3 changed files with 1257 additions and 3 deletions
|
@ -53,6 +53,12 @@ module.exports = function (grunt) {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
phpunit: {
|
phpunit: {
|
||||||
|
options: {
|
||||||
|
bin: './vendor/bin/phpunit',
|
||||||
|
stopOnError: true,
|
||||||
|
stopOnFailure: true,
|
||||||
|
followOutput: true
|
||||||
|
},
|
||||||
classes: {
|
classes: {
|
||||||
dir: 'tests/'
|
dir: 'tests/'
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,8 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/var-dumper": "~3.1.0",
|
"symfony/var-dumper": "~3.1.0",
|
||||||
"squizlabs/php_codesniffer": "~2.6.2"
|
"squizlabs/php_codesniffer": "~2.6.2",
|
||||||
|
"phpunit/phpunit": "~5.4.8"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"paas": {
|
"paas": {
|
||||||
|
|
1251
composer.lock
generated
1251
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue