Changeset 47163
- Timestamp:
- 02/02/2020 04:07:50 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/mw/getPost.php
r47162 r47163 104 104 105 105 $this->assertInternalType( 'int', $result['wp_post_thumbnail'] ); 106 $this->assertStringMatchesFormat( '%d', $result['wp_post_thumbnail'] );107 106 $this->assertEquals( $attachment_id, $result['wp_post_thumbnail'] ); 108 107
Note: See TracChangeset
for help on using the changeset viewer.