We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca66159 commit 522b4faCopy full SHA for 522b4fa
.travis.yml
@@ -19,4 +19,4 @@ install:
19
20
script:
21
- vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --diff
22
- - phpunit
+ - vendor/bin/phpunit --verbose
composer.json
@@ -19,7 +19,8 @@
"yiisoft/yii2": "*"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "~2.0"
+ "friendsofphp/php-cs-fixer": "~2.0",
23
+ "phpunit/phpunit": "~6.0"
24
25
"autoload": {
26
"psr-4": {
0 commit comments