Changeset 47198 for trunk/tests/phpunit/tests/image/editor.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editor.php
r47122 r47198 1 1 <?php 2 2 3 require_once dirname( __FILE__ ). '/base.php';3 require_once __DIR__ . '/base.php'; 4 4 5 5 /** … … 16 16 */ 17 17 public function setUp() { 18 require_once ( ABSPATH . WPINC . '/class-wp-image-editor.php' );18 require_once ABSPATH . WPINC . '/class-wp-image-editor.php'; 19 19 20 include_once( DIR_TESTDATA . '/../includes/mock-image-editor.php' );20 require_once DIR_TESTDATA . '/../includes/mock-image-editor.php'; 21 21 22 22 parent::setUp();
Note: See TracChangeset
for help on using the changeset viewer.