Opened 3 years ago
Closed 3 years ago
#54528 closed defect (bug) (fixed)
Tests: Disable PHP version check until PHP 8.0 compatibility is achieved.
Reported by: | costdev | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | 5.9 |
Component: | Build/Test Tools | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
- PHP 7.4 is no longer displayed as a stable version.
- The next stable version is PHP 8.0, which we're not compatible with yet.
- PHP 7.4's change from
stable
tosecurity
is causing a PHPUnit test failure inTests_External_HTTP_Basic::test_readme()
.
If no discussions or decisions have been made on this yet, I suggest that we disable the failing assertion in this test method until we either:
- Reach PHP 8.0 compatibility and bump the recommended PHP version in
src/readme.html
. - Refactor this part of the test method.
- Make another decision about this.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Disables the failing assertion.