Changeset 40916 for trunk/tests/phpunit/tests/xmlrpc/wp/getTerms.php
- Timestamp:
- 06/18/2017 10:39:12 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getTerms.php
r40417 r40916 50 50 foreach( $results as $term ) { 51 51 $this->assertInternalType( 'int', $term['count'] ); 52 53 // Check custom term meta 54 $this->assertInternalType( 'array', $term['custom_fields'] ); 52 55 53 56 // We expect all other IDs to be strings not integers so we don't return something larger than an XMLRPC integer can describe.
Note: See TracChangeset
for help on using the changeset viewer.