Changeset 47122 for trunk/phpunit.xml.dist
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpunit.xml.dist
r46881 r47122 6 6 > 7 7 <testsuites> 8 <!-- Default test suite to run all tests -->8 <!-- Default test suite to run all tests. --> 9 9 <testsuite name="default"> 10 10 <directory suffix=".php">tests/phpunit/tests</directory> 11 11 <exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude> 12 12 </testsuite> 13 <!-- Sets the DOING_AUTOSAVE constant, so needs to be run last -->13 <!-- Sets the DOING_AUTOSAVE constant, so needs to be run last. --> 14 14 <testsuite name="restapi-autosave"> 15 15 <file>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</file> … … 45 45 <directory suffix=".php">src</directory> 46 46 <exclude> 47 <!-- Third party library exclusions -->47 <!-- Third party library exclusions. --> 48 48 <directory suffix=".php">src/wp-includes/ID3</directory> 49 49 <directory suffix=".php">src/wp-includes/IXR</directory>
Note: See TracChangeset
for help on using the changeset viewer.