Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e47b67b

Browse files
committed
Test against phpunit-5.4
PHPUnit-5.4 deprecated the method getMock(). I do continue using this method in order to support older PHPUnit versions. This method is just used inside of a test and would only produce a warning.
1 parent e5552cc commit e47b67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cache:
88

99
env:
1010
- PHPUNIT_VERSION=dev-master
11-
- PHPUNIT_VERSION=~5.3.0-dev
11+
- PHPUNIT_VERSION=~5.4.0
1212
- PHPUNIT_VERSION=~5.3.0
1313
- PHPUNIT_VERSION=~5.2.0
1414
- PHPUNIT_VERSION=~5.1.0
@@ -43,7 +43,7 @@ matrix:
4343
php: 5.5
4444
- env: PHPUNIT_VERSION=~5.3.0
4545
php: 5.5
46-
- env: PHPUNIT_VERSION=~5.3.0-dev
46+
- env: PHPUNIT_VERSION=~5.4.0
4747
php: 5.5
4848
- env: PHPUNIT_VERSION=dev-master
4949
php: 5.5

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /