|
8 | 8 | <!-- Default test suite to run all tests -->
|
9 | 9 | <testsuite name="default">
|
10 | 10 | <directory suffix=".php">tests/phpunit/tests</directory>
|
| 11 | + <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file> |
| 12 | + <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file> |
| 13 | + <file phpVersion="5.3.0">tests/phpunit/tests/image/editorGd.php</file> |
| 14 | + <file phpVersion="5.3.0">tests/phpunit/tests/image/editorImagick.php</file> |
| 15 | + <file phpVersion="5.3.0">tests/phpunit/tests/oembed/headers.php</file> |
11 | 16 | <exclude>tests/phpunit/tests/actions/closures.php</exclude>
|
12 | 17 | <exclude>tests/phpunit/tests/image/editor.php</exclude>
|
13 | 18 | <exclude>tests/phpunit/tests/image/editorGd.php</exclude>
|
14 | 19 | <exclude>tests/phpunit/tests/image/editorImagick.php</exclude>
|
15 | 20 | <exclude>tests/phpunit/tests/oembed/headers.php</exclude>
|
16 | 21 | <exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.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/editorGd.php</file> |
20 |
| - <file phpVersion="5.3.0">tests/phpunit/tests/image/editorImagick.php</file> |
21 |
| - <file phpVersion="5.3.0">tests/phpunit/tests/oembed/headers.php</file> |
22 | 22 | </testsuite>
|
23 | 23 | <!-- Sets the DOING_AUTOSAVE constant, so needs to be run last -->
|
24 | 24 | <testsuite name="restapi-autosave">
|
|
34 | 34 | </exclude>
|
35 | 35 | </groups>
|
36 | 36 | <logging>
|
37 |
| - <log type="junit" target="tests/phpunit/build/logs/junit.xml" logIncompleteSkipped="false"/> |
| 37 | + <log type="junit" target="tests/phpunit/build/logs/junit.xml" /> |
38 | 38 | </logging>
|
39 | 39 | <php>
|
40 | 40 | <const name="WP_RUN_CORE_TESTS" value="1" />
|
|
55 | 55 | <directory suffix=".php">src</directory>
|
56 | 56 | <exclude>
|
57 | 57 | <!-- Third party library exclusions -->
|
| 58 | + <directory suffix=".php">src/wp-includes/ID3</directory> |
| 59 | + <directory suffix=".php">src/wp-includes/IXR</directory> |
| 60 | + <directory suffix=".php">src/wp-includes/random_compat</directory> |
| 61 | + <directory suffix=".php">src/wp-includes/Requests</directory> |
| 62 | + <directory suffix=".php">src/wp-includes/SimplePie</directory> |
| 63 | + <directory suffix=".php">src/wp-includes/Text</directory> |
| 64 | + |
58 | 65 | <file>src/wp-admin/includes/class-ftp*</file>
|
59 | 66 | <file>src/wp-admin/includes/class-pclzip.php</file>
|
60 | 67 | <file>src/wp-admin/includes/deprecated.php</file>
|
|
74 | 81 | <file>src/wp-includes/ms-deprecated.php</file>
|
75 | 82 | <file>src/wp-includes/pluggable-deprecated.php</file>
|
76 | 83 | <file>src/wp-includes/rss.php</file>
|
77 |
| - |
78 |
| - <directory suffix=".php">src/wp-includes/ID3</directory> |
79 |
| - <directory suffix=".php">src/wp-includes/IXR</directory> |
80 |
| - <directory suffix=".php">src/wp-includes/random_compat</directory> |
81 |
| - <directory suffix=".php">src/wp-includes/Requests</directory> |
82 |
| - <directory suffix=".php">src/wp-includes/SimplePie</directory> |
83 |
| - <directory suffix=".php">src/wp-includes/Text</directory> |
84 | 84 | </exclude>
|
85 | 85 | </whitelist>
|
86 | 86 | </filter>
|
|
0 commit comments