WordPress.org

Make WordPress Core

Changeset 25294


Ignore:
Timestamp:
09/07/2013 03:19:56 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Use correct paths in multisite.xml. see [25165]. see #25088.

File:
1 edited

Legend:

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

    r25165 r25294  
    1111        <testsuite>
    1212            <directory suffix=".php">tests</directory>
    13             <exclude>tests/actions/closures.php</exclude>
    14             <exclude>tests/image/editor.php</exclude>
    15             <exclude>tests/image/editor_gd.php</exclude>
    16             <exclude>tests/image/editor_imagick.php</exclude>
    17             <file phpVersion="5.3.0">tests/actions/closures.php</file>
    18             <file phpVersion="5.3.0">tests/image/editor.php</file>
    19             <file phpVersion="5.3.0">tests/image/editor_gd.php</file>
    20             <file phpVersion="5.3.0">tests/image/editor_imagick.php</file>
     13            <exclude>tests/phpunit/tests/actions/closures.php</exclude>
     14            <exclude>tests/phpunit/tests/image/editor.php</exclude>
     15            <exclude>tests/phpunit/tests/image/editor_gd.php</exclude>
     16            <exclude>tests/phpunit/tests/image/editor_imagick.php</exclude>
     17            <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file>
     18            <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file>
     19            <file phpVersion="5.3.0">tests/phpunit/tests/image/editor_gd.php</file>
     20            <file phpVersion="5.3.0">tests/phpunit/tests/image/editor_imagick.php</file>
    2121        </testsuite>
    2222    </testsuites>
Note: See TracChangeset for help on using the changeset viewer.