Changeset 43768 for branches/5.0/tests/phpunit/multisite.xml
- Timestamp:
- 10/19/2018 01:48:42 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tests/phpunit/multisite.xml
r41263 r43768 10 10 <testsuites> 11 11 <!-- Default test suite to run all tests --> 12 <testsuite >12 <testsuite name="default"> 13 13 <directory suffix=".php">tests</directory> 14 14 <exclude>tests/phpunit/tests/actions/closures.php</exclude> … … 16 16 <exclude>tests/phpunit/tests/image/editorGd.php</exclude> 17 17 <exclude>tests/phpunit/tests/image/editorImagick.php</exclude> 18 <exclude>tests/rest-api/rest-autosaves-controller.php</exclude> 18 19 <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file> 19 20 <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file> 20 21 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorGd.php</file> 21 22 <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> 22 27 </testsuite> 23 28 </testsuites>
Note: See TracChangeset
for help on using the changeset viewer.