Changeset 48454 for trunk/tests/phpunit/tests/image/functions.php
- Timestamp:
- 07/12/2020 09:18:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r48341 r48454 346 346 DIR_TESTDATA . '/images/' . __FUNCTION__ . '.jpg' 347 347 ); 348 349 if ( is_wp_error( $file ) && $file->get_error_code() === 'invalid_image' ) { 350 $this->markTestSkipped( 'Tests_Image_Functions::test_wp_crop_image_url() cannot access remote image.' ); 351 } 352 348 353 $this->assertNotWPError( $file ); 349 354 $this->assertFileExists( $file );
Note: See TracChangeset
for help on using the changeset viewer.