Changeset 51331 for trunk/tests/phpunit/tests/image/functions.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/functions.php
r50814 r51331 338 338 // First, test with deprecated wp_load_image function. 339 339 $editor1 = wp_load_image( DIR_TESTDATA ); 340 $this->assertI nternalType( 'string',$editor1 );340 $this->assertIsString( $editor1 ); 341 341 342 342 $editor2 = wp_get_image_editor( DIR_TESTDATA );
Note: See TracChangeset
for help on using the changeset viewer.