Changeset 47122 for trunk/tests/phpunit/tests/xmlrpc/wp/getPage.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/xmlrpc/wp/getPage.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getPage.php
r46586 r47122 46 46 $this->assertNotIXRError( $result ); 47 47 48 // Check data types 48 // Check data types. 49 49 $this->assertInternalType( 'string', $result['userid'] ); 50 50 $this->assertInternalType( 'int', $result['page_id'] ); … … 72 72 $post_data = get_post( self::$post_id ); 73 73 74 // Check expected values 74 // Check expected values. 75 75 $this->assertStringMatchesFormat( '%d', $result['userid'] ); 76 76 $this->assertEquals( 'future', $result['page_status'] );
Note: See TracChangeset
for help on using the changeset viewer.