Changeset 47122 for trunk/tests/phpunit/tests/xmlrpc/wp/getTerm.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/getTerm.php
r46586 r47122 79 79 $this->assertEquals( $result, $term ); 80 80 81 // Check DataTypes81 // Check data types. 82 82 $this->assertInternalType( 'string', $result['name'] ); 83 83 $this->assertInternalType( 'string', $result['slug'] ); … … 92 92 $this->assertStringMatchesFormat( '%d', $result['parent'] ); 93 93 94 // Check Data94 // Check data. 95 95 $this->assertEquals( 0, $result['count'] ); 96 96 $this->assertEquals( $term['name'], $result['name'] );
Note: See TracChangeset
for help on using the changeset viewer.