Changeset 44126 for trunk/tests/phpunit/multisite.xml
- Timestamp:
- 12/13/2018 10:41:47 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43767-43769
- Property svn:mergeinfo changed
-
trunk/tests/phpunit/multisite.xml
r41263 r44126 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 <!-- DOING_AUTOSAVE constant pollutes test suite --> 19 <!-- and there is a weird 5.2 edge case: https://core.trac.wordpress.org/ticket/45132 --> 20 <exclude>tests/rest-api/rest-autosaves-controller.php</exclude> 21 <exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude> 18 22 <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file> 19 23 <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file>
Note: See TracChangeset
for help on using the changeset viewer.