Changeset 44704
- Timestamp:
- 01/28/2019 05:19:14 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/multisite.xml
r44701 r44704 12 12 <testsuite name="default"> 13 13 <directory suffix=".php">tests</directory> 14 <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file> 15 <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file> 16 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorGd.php</file> 17 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorImagick.php</file> 14 18 <exclude>tests/phpunit/tests/actions/closures.php</exclude> 15 19 <exclude>tests/phpunit/tests/image/editor.php</exclude> … … 20 24 <!-- Same path relative to the configuration file, for PHPUnit 4.0.0+ --> 21 25 <exclude>tests/rest-api/rest-autosaves-controller.php</exclude> 22 <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file>23 <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file>24 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorGd.php</file>25 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorImagick.php</file>26 26 </testsuite> 27 27 <!-- Sets the DOING_AUTOSAVE constant, so needs to be run last -->
Note: See TracChangeset
for help on using the changeset viewer.