Changeset 46214 for trunk/phpunit.xml.dist
- Timestamp:
- 09/20/2019 10:01:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpunit.xml.dist
r45607 r46214 9 9 <testsuite name="default"> 10 10 <directory suffix=".php">tests/phpunit/tests</directory> 11 <file phpVersion="5.3.0">tests/phpunit/tests/actions/closures.php</file>12 <file phpVersion="5.3.0">tests/phpunit/tests/image/editor.php</file>13 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorGd.php</file>14 <file phpVersion="5.3.0">tests/phpunit/tests/image/editorImagick.php</file>15 <file phpVersion="5.3.0">tests/phpunit/tests/oembed/headers.php</file>16 <exclude>tests/phpunit/tests/actions/closures.php</exclude>17 <exclude>tests/phpunit/tests/image/editor.php</exclude>18 <exclude>tests/phpunit/tests/image/editorGd.php</exclude>19 <exclude>tests/phpunit/tests/image/editorImagick.php</exclude>20 <exclude>tests/phpunit/tests/oembed/headers.php</exclude>21 11 <exclude>tests/phpunit/tests/rest-api/rest-autosaves-controller.php</exclude> 22 12 </testsuite>
Note: See TracChangeset
for help on using the changeset viewer.