Skip to content

Commit

Permalink
Fix test suite for PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Veber committed Dec 12, 2017
1 parent b8af7d4 commit 25fb3aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ matrix:
env: 'COMPOSER_FLAGS="--prefer-lowest --prefer-stable"'
- php: 7.1
env: 'COMPOSER_FLAGS="--prefer-lowest --prefer-stable"'
- php: 7.2
env: 'COMPOSER_FLAGS="--prefer-lowest --prefer-stable"'

branches:
only:
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
"fzaninotto/faker": "^1.5"
},
"require-dev": {
"bossa/phpspec2-expect": "~1.0",
"henrikbjorn/phpspec-code-coverage": "^2.1",
"bossa/phpspec2-expect": "~2.0",
"henrikbjorn/phpspec-code-coverage": "dev-master",
"phpunit/php-code-coverage": "^5.0|^4.0",
"pedrotroller/php-cs-custom-fixer": "~1.4.0",
"phpspec/phpspec": "~2.5",
"phpspec/phpspec": "~3.0",
"phpspec/prophecy": "~1.6"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion phpspec.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
formatter.name: pretty

extensions:
- PhpSpec\Extension\CodeCoverageExtension
PhpSpecCodeCoverage\CodeCoverageExtension: ~

code_coverage:
format:
Expand Down

0 comments on commit 25fb3aa

Please sign in to comment.