Changeset 43769
- Timestamp:
- 10/19/2018 02:08:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tests/phpunit/multisite.xml
r43768 r43769 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 20 <exclude>tests/rest-api/rest-autosaves-controller.php</exclude> 21 <exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude> 19 22 <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file> 20 23 <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file> 21 24 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorGd.php</file> 22 25 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorImagick.php</file> 23 </testsuite>24 <!-- Sets the DOING_AUTOSAVE constant, so needs to be run last -->25 <testsuite name="restapi-autosave">26 <file>tests/rest-api/rest-autosaves-controller.php</file>27 26 </testsuite> 28 27 </testsuites>
Note: See TracChangeset
for help on using the changeset viewer.