Changeset 51331 for trunk/tests/phpunit/tests/image/header.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/header.php
r49184 r51331 148 148 $cropped_id = $this->custom_image_header->insert_attachment( $object, $cropped ); 149 149 150 $this->assertI nternalType( 'int',$cropped_id );150 $this->assertIsInt( $cropped_id ); 151 151 $this->assertGreaterThan( 0, $cropped_id ); 152 152 }
Note: See TracChangeset
for help on using the changeset viewer.