Skip to content

Commit c22917b

Browse files
authored
Merge pull request #8 from OpenBuildings/upgrade_phpunit
SUP-898 upgrate phpunit to 7^
2 parents 49a0914 + 4916ffa commit c22917b

File tree

5 files changed

+612
-391
lines changed

5 files changed

+612
-391
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: php
22

3+
services:
4+
- mysql
5+
36
sudo: false
47

58
php:

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
"role": "Author"
1818
}
1919
],
20+
"config": {
21+
"platform": {
22+
"php": "7.1.8"
23+
}
24+
},
2025
"require": {
2126
"php": "^7.1",
2227
"composer/installers": "*",
@@ -29,7 +34,7 @@
2934
"openbuildings/kohana-test-bootstrap": "^0.2",
3035
"kohana/auth": "^3.3",
3136
"openbuildings/jam-auth": "^0.4.3",
32-
"phpunit/phpunit": "^6.1"
37+
"phpunit/phpunit": "^7"
3338
},
3439
"autoload-dev": {
3540
"classmap": ["tests/classes"]

0 commit comments

Comments
 (0)