Changeset 47198 for trunk/tests/phpunit/tests/image/functions.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r47122 r47198 14 14 parent::setUp(); 15 15 16 require_once ( ABSPATH . WPINC . '/class-wp-image-editor.php' );17 require_once ( ABSPATH . WPINC . '/class-wp-image-editor-gd.php' );18 require_once ( ABSPATH . WPINC . '/class-wp-image-editor-imagick.php' );19 20 include_once( DIR_TESTDATA . '/../includes/mock-image-editor.php' );16 require_once ABSPATH . WPINC . '/class-wp-image-editor.php'; 17 require_once ABSPATH . WPINC . '/class-wp-image-editor-gd.php'; 18 require_once ABSPATH . WPINC . '/class-wp-image-editor-imagick.php'; 19 20 require_once DIR_TESTDATA . '/../includes/mock-image-editor.php'; 21 21 22 22 // Ensure no legacy / failed tests detritus. … … 134 134 } 135 135 136 include_once( ABSPATH . 'wp-admin/includes/image-edit.php' );136 require_once ABSPATH . 'wp-admin/includes/image-edit.php'; 137 137 138 138 // Mime types.
Note: See TracChangeset
for help on using the changeset viewer.