Make WordPress Core

Changeset 1145 in tests


Ignore:
Timestamp:
11/21/2012 02:33:26 AM (13 years ago)
Author:
SergeyBiryukov
Message:

Isolate WP_Image_Editor tests from PHP 5.2 to prevent a fatal error due to missing ReflectionProperty::setAccessible() method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml

    r1107 r1145  
    99            <directory suffix=".php">tests</directory>
    1010            <exclude>tests/actions/closures.php</exclude>
     11            <exclude>tests/image/editor.php</exclude>
    1112            <file phpVersion="5.3.0">tests/actions/closures.php</file>
     13            <file phpVersion="5.3.0">tests/image/editor.php</file>
    1214        </testsuite>
    1315    </testsuites>
Note: See TracChangeset for help on using the changeset viewer.