Changeset 43774
- Timestamp:
- 10/20/2018 04:20:58 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tests/phpunit/multisite.xml
r43769 r43774 16 16 <exclude>tests/phpunit/tests/image/editorGd.php</exclude> 17 17 <exclude>tests/phpunit/tests/image/editorImagick.php</exclude> 18 <!-- DOING_AUTOSAVE constant pollutes test suite --> 19 <!-- and there is a weird 5.2 edge case: https://core.trac.wordpress.org/ticket/45132 --> 18 <!-- Path relative to the checkout root, for PHPUnit 3.6.x --> 19 <exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude> 20 <!-- Same path relative to the configuration file, for PHPUnit 4.0.0+ --> 20 21 <exclude>tests/rest-api/rest-autosaves-controller.php</exclude> 21 <exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude>22 22 <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file> 23 23 <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file> 24 24 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorGd.php</file> 25 25 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorImagick.php</file> 26 </testsuite> 27 <!-- Sets the DOING_AUTOSAVE constant, so needs to be run last --> 28 <testsuite name="restapi-autosave"> 29 <!-- Path relative to the checkout root, for PHPUnit 3.6.x --> 30 <file>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</file> 31 <!-- Same path relative to the configuration file, for PHPUnit 4.0.0+ --> 32 <file>tests/rest-api/rest-autosaves-controller.php</file> 26 33 </testsuite> 27 34 </testsuites>
Note: See TracChangeset
for help on using the changeset viewer.