Skip to content

Commit

Permalink
Lock PHPUnit at 4.1 because of deprecated assertSelect*() assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Jul 20, 2016
1 parent 684eb1e commit 00bdfd9
Show file tree
Hide file tree
Showing 3 changed files with 749 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_script:
- mysql -e 'create database `test-jam-tart`;'

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

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"require-dev": {
"twbs/bootstrap": "2.3.*",
"openbuildings/kohana-test-bootsrap": "0.1.*",
"openbuildings/jam-auth": "~0.3.2"
"openbuildings/jam-auth": "~0.3.2",
"phpunit/phpunit": "~4.1.0"
}
}
Loading

0 comments on commit 00bdfd9

Please sign in to comment.