Skip to content

Commit 714e94c

Browse files
committed
stick with phpunit in require-dev, for IDE use and to lessen complications with reflection-* deps
1 parent f1abee4 commit 714e94c

File tree

3 files changed

+1307
-3
lines changed

3 files changed

+1307
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ matrix:
1212
install:
1313
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
1414
- travis_retry wget https://phar.io/releases/phive.phar
15-
- travis_retry composer require --dev phpunit/phpunit # cannot trust phpunit.phar, because of reflection-docblock in that phar..."
1615

1716
script:
1817
- ./vendor/bin/phpunit --no-coverage

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"phpdocumentor/reflection-common": "^1.0"
1414
},
1515
"require-dev": {
16-
"mockery/mockery": "^1.0"
16+
"mockery/mockery": "^1.0",
17+
"phpunit/phpunit": "^6.5"
1718
},
1819
"autoload": {
1920
"psr-4": {

0 commit comments

Comments
 (0)