Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#51737 closed task (blessed) (fixed)

Remove PHP 5.3 specific check in tests

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

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.


3 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
3 years ago

  • Owner set to desrosj
  • Resolution set to fixed
  • Status changed from new to closed

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.