Skip to content

Commit 522b4fa

Browse files
author
igor-chepurnoi
committed
added phpunit to require dev section, update travis.yml
1 parent ca66159 commit 522b4fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ install:
1919

2020
script:
2121
- vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --diff
22-
- phpunit
22+
- vendor/bin/phpunit --verbose

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"yiisoft/yii2": "*"
2020
},
2121
"require-dev": {
22-
"friendsofphp/php-cs-fixer": "~2.0"
22+
"friendsofphp/php-cs-fixer": "~2.0",
23+
"phpunit/phpunit": "~6.0"
2324
},
2425
"autoload": {
2526
"psr-4": {

0 commit comments

Comments
 (0)