Opened 8 years ago
Closed 8 years ago
#40086 closed defect (bug) (fixed)
Get Travis tests working again on PHP 7
Reported by: | johnbillion | Owned by: | |
---|---|---|---|
Milestone: | 4.7.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
Travis updated to PHPUnit 6 on its PHP 7 builds today. This is causing the tests on PHP 7 to fatal because core's tests are not compatible with PHPUnit 6. See #39822.
As an interim fix, PHPUnit 5.7 should be explicitly used for the PHP 7 builds.
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
In 40255: