mirror of
git://develop.git.wordpress.org/
synced 2025-04-21 04:31:55 +02:00
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:
parent
f6b4d33ae9
commit
c47302e70f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user