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/tests/phpunit/multisite.xml

    r44790 r46214  
    1313        <testsuite name="default">
    1414            <directory suffix=".php">tests</directory>
    15             <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file>
    16             <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file>
    17             <file phpVersion="5.3.0">tests/phpunit/tests/image/editorGd.php</file>
    18             <file phpVersion="5.3.0">tests/phpunit/tests/image/editorImagick.php</file>
    19             <exclude>tests/phpunit/tests/actions/closures.php</exclude>
    20             <exclude>tests/phpunit/tests/image/editor.php</exclude>
    21             <exclude>tests/phpunit/tests/image/editorGd.php</exclude>
    22             <exclude>tests/phpunit/tests/image/editorImagick.php</exclude>
    2315            <!-- Path relative to the checkout root, for PHPUnit 3.6.x -->
    2416            <exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude>
Note: See TracChangeset for help on using the changeset viewer.