Changeset 51331 for trunk/tests/phpunit/tests/image/siteIcon.php
- Timestamp:
- 07/05/2021 05:21:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/siteIcon.php
r48937 r51331 121 121 $cropped_id = $this->wp_site_icon->insert_attachment( $object, $cropped ); 122 122 123 $this->assertI nternalType( 'int',$cropped_id );123 $this->assertIsInt( $cropped_id ); 124 124 $this->assertGreaterThan( 0, $cropped_id ); 125 125 }
Note: See TracChangeset
for help on using the changeset viewer.