Skip to content

Commit

Permalink
Adding more test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
REBELinBLUE committed Oct 25, 2017
1 parent 2f2df7f commit dbe23d5
Show file tree
Hide file tree
Showing 7 changed files with 374 additions and 575 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
language: php

php:
- 5.6
- 7.0
- 7.1

Expand All @@ -20,7 +21,6 @@ script:
- make lint
- make phpcs
- make phpmd
- make phpstan
- make coverage

after_success:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jakub-onderka/php-parallel-lint": "^0.9.2",
"orchestra/testbench": "~3.4",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^6.0",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^2.8"
},
"autoload": {
Expand All @@ -49,10 +49,10 @@
"extra": {
"laravel": {
"providers": [
"REBELinBLUE\\Zxcvbn\\ServiceProvider"
"REBELinBLUE\\Zxcvbn\\ZxcvbnServiceProvider"
],
"aliases": {
"Zxcvbn": "REBELinBLUE\\Zxcvbn\\Facade"
"Zxcvbn": "REBELinBLUE\\Zxcvbn\\ZxcvbnFacade"
}
}
}
Expand Down
Loading

0 comments on commit dbe23d5

Please sign in to comment.