Skip to content

Commit 4d4019d

Browse files
Merge pull request #53 from xabbuh/forbid-phpunit-5
only use PHPUnit 3 and PHPUnit 4 in tests
2 parents c085618 + 2a641fe commit 4d4019d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ before_script:
4040
- if [ "$deps" = "low" ]; then composer update --prefer-lowest; fi
4141
- if [ "$deps" = "" ]; then composer install; fi
4242

43+
script: vendor/bin/phpunit
44+
4345
notifications:
4446
4547

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"sebastian/exporter": "~1"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": ">=3"
22+
"phpunit/phpunit": "~3.0|~4.0"
2323
},
2424
"autoload": {
2525
"psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" }

0 commit comments

Comments
 (0)