Changeset 47122 for trunk/tests/phpunit/tests/xmlrpc/wp/getComment.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getComment.php
r46586 r47122 54 54 $this->assertNotIXRError( $result ); 55 55 56 // Check data types 56 // Check data types. 57 57 $this->assertInternalType( 'string', $result['user_id'] ); 58 58 $this->assertInternalType( 'string', $result['comment_id'] ); … … 70 70 $this->assertInternalType( 'string', $result['type'] ); 71 71 72 // Check expected values 72 // Check expected values. 73 73 $this->assertStringMatchesFormat( '%d', $result['user_id'] ); 74 74 $this->assertStringMatchesFormat( '%d', $result['comment_id'] );
Note: See TracChangeset
for help on using the changeset viewer.