Skip to content

Commit

Permalink
Merge pull request #8 from OpenBuildings/upgrade_phpunit
Browse files Browse the repository at this point in the history
SUP-898 upgrate phpunit to 7^
  • Loading branch information
stanstst committed Feb 24, 2020
2 parents 49a0914 + 4916ffa commit c22917b
Show file tree
Hide file tree
Showing 5 changed files with 612 additions and 391 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: php

services:
- mysql

sudo: false

php:
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"role": "Author"
}
],
"config": {
"platform": {
"php": "7.1.8"
}
},
"require": {
"php": "^7.1",
"composer/installers": "*",
Expand All @@ -29,7 +34,7 @@
"openbuildings/kohana-test-bootstrap": "^0.2",
"kohana/auth": "^3.3",
"openbuildings/jam-auth": "^0.4.3",
"phpunit/phpunit": "^6.1"
"phpunit/phpunit": "^7"
},
"autoload-dev": {
"classmap": ["tests/classes"]
Expand Down
Loading

0 comments on commit c22917b

Please sign in to comment.