Changeset 44126 for trunk/phpunit.xml.dist
- 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/phpunit.xml.dist
r42665 r44126 7 7 <testsuites> 8 8 <!-- Default test suite to run all tests --> 9 <testsuite >9 <testsuite name="default"> 10 10 <directory suffix=".php">tests/phpunit/tests</directory> 11 11 <exclude>tests/phpunit/tests/actions/closures.php</exclude> … … 14 14 <exclude>tests/phpunit/tests/image/editorImagick.php</exclude> 15 15 <exclude>tests/phpunit/tests/oembed/headers.php</exclude> 16 <exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude> 16 17 <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file> 17 18 <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file> … … 19 20 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorImagick.php</file> 20 21 <file phpVersion="5.3.0">tests/phpunit/tests/oembed/headers.php</file> 22 </testsuite> 23 <!-- Sets the DOING_AUTOSAVE constant, so needs to be run last --> 24 <testsuite name="restapi-autosave"> 25 <file>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</file> 21 26 </testsuite> 22 27 </testsuites>
Note: See TracChangeset
for help on using the changeset viewer.