| 1 | | <phpunit |
| 2 | | bootstrap="tests/phpunit/includes/bootstrap.php" |
| 3 | | backupGlobals="false" |
| 4 | | colors="true" |
| 5 | | > |
| 6 | | <testsuites> |
| 7 | | <!-- Default test suite to run all tests --> |
| 8 | | <testsuite> |
| 9 | | <directory suffix=".php">tests/phpunit/tests</directory> |
| 10 | | <exclude>tests/phpunit/tests/actions/closures.php</exclude> |
| 11 | | <exclude>tests/phpunit/tests/image/editor.php</exclude> |
| 12 | | <exclude>tests/phpunit/tests/image/editor_gd.php</exclude> |
| 13 | | <exclude>tests/phpunit/tests/image/editor_imagick.php</exclude> |
| 14 | | <exclude>tests/phpunit/tests/oembed/headers.php</exclude> |
| 15 | | <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file> |
| 16 | | <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file> |
| 17 | | <file phpVersion="5.3.0">tests/phpunit/tests/image/editor_gd.php</file> |
| 18 | | <file phpVersion="5.3.0">tests/phpunit/tests/image/editor_imagick.php</file> |
| 19 | | <file phpVersion="5.3.0">tests/phpunit/tests/oembed/headers.php</file> |
| 20 | | </testsuite> |
| 21 | | </testsuites> |
| 22 | | <groups> |
| 23 | | <exclude> |
| 24 | | <group>ajax</group> |
| 25 | | <group>ms-files</group> |
| 26 | | <group>external-http</group> |
| 27 | | </exclude> |
| 28 | | </groups> |
| 29 | | <logging> |
| 30 | | <log type="junit" target="tests/phpunit/build/logs/junit.xml" logIncompleteSkipped="false"/> |
| 31 | | </logging> |
| 32 | | <php> |
| 33 | | <const name="WP_RUN_CORE_TESTS" value="1" /> |
| 34 | | </php> |
| 35 | | <listeners> |
| 36 | | <listener class="SpeedTrapListener" file="tests/phpunit/includes/speed-trap-listener.php"> |
| 37 | | <arguments> |
| 38 | | <array> |
| 39 | | <element key="slowThreshold"> |
| 40 | | <integer>150</integer> |
| 41 | | </element> |
| 42 | | </array> |
| 43 | | </arguments> |
| 44 | | </listener> |
| 45 | | </listeners> |
| 46 | | <filter> |
| 47 | | <whitelist processUncoveredFilesFromWhitelist="true"> |
| 48 | | <directory suffix=".php">src</directory> |
| 49 | | </whitelist> |
| 50 | | </filter> |
| 51 | | </phpunit> |
| | 1 | <phpunit |
| | 2 | bootstrap="tests/phpunit/includes/bootstrap.php" |
| | 3 | backupGlobals="false" |
| | 4 | colors="true" |
| | 5 | > |
| | 6 | <testsuites> |
| | 7 | <!-- Default test suite to run all tests --> |
| | 8 | <testsuite> |
| | 9 | <directory suffix=".php">tests/phpunit/tests</directory> |
| | 10 | <exclude>tests/phpunit/tests/actions/closures.php</exclude> |
| | 11 | <exclude>tests/phpunit/tests/image/editor.php</exclude> |
| | 12 | <exclude>tests/phpunit/tests/image/editor_gd.php</exclude> |
| | 13 | <exclude>tests/phpunit/tests/image/editor_imagick.php</exclude> |
| | 14 | <exclude>tests/phpunit/tests/oembed/headers.php</exclude> |
| | 15 | <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file> |
| | 16 | <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file> |
| | 17 | <file phpVersion="5.3.0">tests/phpunit/tests/image/editor_gd.php</file> |
| | 18 | <file phpVersion="5.3.0">tests/phpunit/tests/image/editor_imagick.php</file> |
| | 19 | <file phpVersion="5.3.0">tests/phpunit/tests/oembed/headers.php</file> |
| | 20 | </testsuite> |
| | 21 | </testsuites> |
| | 22 | <groups> |
| | 23 | <exclude> |
| | 24 | <group>ajax</group> |
| | 25 | <group>ms-files</group> |
| | 26 | <group>external-http</group> |
| | 27 | <group>trunk-only</group> |
| | 28 | </exclude> |
| | 29 | </groups> |
| | 30 | <logging> |
| | 31 | <log type="junit" target="tests/phpunit/build/logs/junit.xml" logIncompleteSkipped="false"/> |
| | 32 | </logging> |
| | 33 | <php> |
| | 34 | <const name="WP_RUN_CORE_TESTS" value="1" /> |
| | 35 | </php> |
| | 36 | <listeners> |
| | 37 | <listener class="SpeedTrapListener" file="tests/phpunit/includes/speed-trap-listener.php"> |
| | 38 | <arguments> |
| | 39 | <array> |
| | 40 | <element key="slowThreshold"> |
| | 41 | <integer>150</integer> |
| | 42 | </element> |
| | 43 | </array> |
| | 44 | </arguments> |
| | 45 | </listener> |
| | 46 | </listeners> |
| | 47 | <filter> |
| | 48 | <whitelist processUncoveredFilesFromWhitelist="true"> |
| | 49 | <directory suffix=".php">src</directory> |
| | 50 | </whitelist> |
| | 51 | </filter> |
| | 52 | </phpunit> |