Skip to content

Commit

Permalink
Merge b685350 into e5dd65e
Browse files Browse the repository at this point in the history
  • Loading branch information
nkovacs committed Dec 2, 2016
2 parents e5dd65e + b685350 commit 91483df
Show file tree
Hide file tree
Showing 13 changed files with 319 additions and 164 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -27,6 +27,8 @@ before_script:
fi
script:
- php ./vendor/bin/phpcs --standard=vendor/mito/yii2-coding-standards/Application src
- php ./vendor/bin/phpcs --standard=vendor/mito/yii2-coding-standards/Application -s --exclude=PSR1.Files.SideEffects,PSR1.Classes.ClassDeclaration --extensions=php tests
- php ./vendor/bin/codecept run unit -d $PHPUNIT_FLAGS

after_success:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,8 @@
"codeception/codeception": "2.1.*",
"codeception/specify": " *",
"codeception/verify": " *",
"codeception/mockery-module": "^0.2.2"
"codeception/mockery-module": "^0.2.2",
"mito/yii2-coding-standards": "~2.0.0@beta"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 91483df

Please sign in to comment.