Make WordPress Core


Ignore:
Timestamp:
09/20/2019 10:01:36 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Code Modernization: Remove all code using a version_compare() with a PHP version older than PHP 5.6.

Props jrf.
Fixes #48074.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml.dist

    r45607 r46214  
    99        <testsuite name="default">
    1010            <directory suffix=".php">tests/phpunit/tests</directory>
    11             <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file>
    12             <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file>
    13             <file phpVersion="5.3.0">tests/phpunit/tests/image/editorGd.php</file>
    14             <file phpVersion="5.3.0">tests/phpunit/tests/image/editorImagick.php</file>
    15             <file phpVersion="5.3.0">tests/phpunit/tests/oembed/headers.php</file>
    16             <exclude>tests/phpunit/tests/actions/closures.php</exclude>
    17             <exclude>tests/phpunit/tests/image/editor.php</exclude>
    18             <exclude>tests/phpunit/tests/image/editorGd.php</exclude>
    19             <exclude>tests/phpunit/tests/image/editorImagick.php</exclude>
    20             <exclude>tests/phpunit/tests/oembed/headers.php</exclude>
    2111            <exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude>
    2212        </testsuite>
Note: See TracChangeset for help on using the changeset viewer.