Make WordPress Core

Changeset 41263


Ignore:
Timestamp:
08/18/2017 10:59:38 AM (7 years ago)
Author:
pento
Message:

Tests: Rename ignored tests in multisite.xml.

For bonus :yolo: :friday:, this repeats [41262] for multisite.xml, which duplicates the ignored file list from phpunit.xml.dist.

See #41658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/multisite.xml

    r40534 r41263  
    1414            <exclude>tests/phpunit/tests/actions/closures.php</exclude>
    1515            <exclude>tests/phpunit/tests/image/editor.php</exclude>
    16             <exclude>tests/phpunit/tests/image/editor_gd.php</exclude>
    17             <exclude>tests/phpunit/tests/image/editor_imagick.php</exclude>
     16            <exclude>tests/phpunit/tests/image/editorGd.php</exclude>
     17            <exclude>tests/phpunit/tests/image/editorImagick.php</exclude>
    1818            <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file>
    1919            <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file>
    20             <file phpVersion="5.3.0">tests/phpunit/tests/image/editor_gd.php</file>
    21             <file phpVersion="5.3.0">tests/phpunit/tests/image/editor_imagick.php</file>
     20            <file phpVersion="5.3.0">tests/phpunit/tests/image/editorGd.php</file>
     21            <file phpVersion="5.3.0">tests/phpunit/tests/image/editorImagick.php</file>
    2222        </testsuite>
    2323    </testsuites>
Note: See TracChangeset for help on using the changeset viewer.