Changeset 51331 for trunk/tests/phpunit/tests/bookmark/getBookmark.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/bookmark/getBookmark.php
r51079 r51331 350 350 $bookmark = get_bookmark( self::$bookmark->link_id, OBJECT, $context ); 351 351 352 $this->assertI nternalType( 'int',$bookmark->link_id );353 $this->assertI nternalType( 'int',$bookmark->link_rating );352 $this->assertIsInt( $bookmark->link_id ); 353 $this->assertIsInt( $bookmark->link_rating ); 354 354 } 355 355 }
Note: See TracChangeset
for help on using the changeset viewer.