Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#51737 closed task (blessed) (fixed)

Remove PHP 5.3 specific check in tests

Reported by: desrosj Owned by: desrosj
Priority: normal Milestone: 5.6
Component: Build/Test Tools Version:
Severity: normal Keywords: has-patch has-unit-tests
Cc: Focuses:

Description

In Tests_Functions::test_deserialize_request_utility_filtered_iterator_objects(), there is a PHP 5.3 specific conditional. This can be removed as WordPress no longer supports PHP < 5.6.20.

Change History (3)

This ticket was mentioned in PR #715 on WordPress/wordpress-develop by desrosj.


6 years ago
#1

  • Keywords has-unit-tests added

Remove PHP 5.3 specific conditional in test.

Trac ticket: https://core.trac.wordpress.org/ticket/51737

#2 @desrosj
6 years ago

  • Owner set to desrosj
  • Resolutionfixed
  • Status newclosed

In 49551:

Build/Test Tools: Remove PHP >= 5.3 check.

WordPress no longer supports PHP < 5.6.20. This check is no longer necessary.

Fixes #51737.

Note: See TracTickets for help on using tickets.