Skip to content

Commit ca95113

Browse files
authored
Merge pull request #19 from HackThisSite/update-tests
Update tests
2 parents 85ab2b7 + d5a5f80 commit ca95113

File tree

3 files changed

+1536
-132
lines changed

3 files changed

+1536
-132
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: php
2-
php:
3-
- '7.0'
4-
- '7.1'
5-
- '7.2'
2+
matrix:
3+
include:
4+
- php: 7.0
5+
env: SYMFONY_PHPUNIT_VERSION=6.5
6+
- php: 7.1
7+
env: SYMFONY_PHPUNIT_VERSION=7.5
8+
- php: 7.2
69

710
before_script:
811
- composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"twig/twig": "^1.0||^2.0"
4646
},
4747
"require-dev": {
48-
"phpunit/phpunit": "6.*",
48+
"phpunit/phpunit": "6.5",
4949
"sensio/generator-bundle": "^3.0",
5050
"symfony/phpunit-bridge": "^3.0"
5151
},

0 commit comments

Comments
 (0)