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: {
|
||||
options: {
|
||||
bin: './vendor/bin/phpunit',
|
||||
stopOnError: true,
|
||||
stopOnFailure: true,
|
||||
followOutput: true
|
||||
},
|
||||
classes: {
|
||||
dir: 'tests/'
|
||||
}
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"symfony/var-dumper": "~3.1.0",
|
||||
"squizlabs/php_codesniffer": "~2.6.2"
|
||||
"squizlabs/php_codesniffer": "~2.6.2",
|
||||
"phpunit/phpunit": "~5.4.8"
|
||||
},
|
||||
"extra": {
|
||||
"paas": {
|
||||
|
|
1251
composer.lock
generated
1251
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue