Changeset 47198 for trunk/tests/phpunit/tests/image/editorGd.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editorGd.php
r47122 r47198 8 8 * @group wp-image-editor-gd 9 9 */ 10 require_once ( dirname( __FILE__ ) . '/base.php' );10 require_once __DIR__ . '/base.php'; 11 11 12 12 class Tests_Image_Editor_GD extends WP_Image_UnitTestCase { … … 15 15 16 16 public function setUp() { 17 require_once ( ABSPATH . WPINC . '/class-wp-image-editor.php' );18 require_once ( ABSPATH . WPINC . '/class-wp-image-editor-gd.php' );17 require_once ABSPATH . WPINC . '/class-wp-image-editor.php'; 18 require_once ABSPATH . WPINC . '/class-wp-image-editor-gd.php'; 19 19 20 20 parent::setUp();
Note: See TracChangeset
for help on using the changeset viewer.