You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #707 Allow PHP 7.2 & 7.3 and PHPUnit 6 (VolCh)
This PR was squashed before being merged into the master branch (closes#707).
Discussion
----------
Allow PHP 7.2 & 7.3 and PHPUnit 6
Switch to PHPUnit 6 `TestCase::expectException()` & `TestCase::expectExceptionMessage()` from PHPUnit 4 `TestCase::setExpectedException()`
Add PHP 7.2 & 7.3 (nightly) to Travis matrix with temporary workarounds for disable `xdebug` & `./vendor/bin/php-cs-fixer` until 7.3 full support
Commits
-------
35f5008 Allow PHP 7.2 & 7.3 and PHPUnit 6
0 commit comments