Skip to content

Commit

Permalink
add phpunit/phpunit to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis84 committed Dec 6, 2015
1 parent 6b7c78d commit ed7fdcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_script:

script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"require-dev": {
"symfony/validator": "2.*",
"symfony/property-access": "2.*",
"doctrine/common": "2.*"
"doctrine/common": "2.*",
"phpunit/phpunit": "^4.6"
},
"autoload": {
"psr-4": { "Mapped\\": "src/" }
Expand Down

0 comments on commit ed7fdcf

Please sign in to comment.