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

git-svn-id: https://develop.svn.wordpress.org/trunk@25294 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-09-07 15:19:56 +00:00
parent f6b4d33ae9
commit c47302e70f

View File

@ -10,14 +10,14 @@
<!-- Default test suite to run all tests -->
<testsuite>
<directory suffix=".php">tests</directory>
<exclude>tests/actions/closures.php</exclude>
<exclude>tests/image/editor.php</exclude>
<exclude>tests/image/editor_gd.php</exclude>
<exclude>tests/image/editor_imagick.php</exclude>
<file phpVersion="5.3.0">tests/actions/closures.php</file>
<file phpVersion="5.3.0">tests/image/editor.php</file>
<file phpVersion="5.3.0">tests/image/editor_gd.php</file>
<file phpVersion="5.3.0">tests/image/editor_imagick.php</file>
<exclude>tests/phpunit/tests/actions/closures.php</exclude>
<exclude>tests/phpunit/tests/image/editor.php</exclude>
<exclude>tests/phpunit/tests/image/editor_gd.php</exclude>
<exclude>tests/phpunit/tests/image/editor_imagick.php</exclude>
<file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file>
<file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file>
<file phpVersion="5.3.0">tests/phpunit/tests/image/editor_gd.php</file>
<file phpVersion="5.3.0">tests/phpunit/tests/image/editor_imagick.php</file>
</testsuite>
</testsuites>
<groups>