Added grumphp/phpunit

This commit is contained in:
xdrm-brackets 2017-05-12 17:21:47 +02:00
parent 496f84faf7
commit 26f8036be3
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,7 @@
"require": {},
"require-dev": {
"phpro/grumphp": "^0.11.5",
"jakub-onderka/php-parallel-lint": "^0.9.2"
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phpunit/phpunit": "^6.1"
}
}

View File

@ -3,3 +3,5 @@ parameters:
bin_dir: vendor/bin
tasks:
phplint: ~
phpunit:
config_file: phpunit/phpunit.xml