Changeset 50926 for trunk/tests/phpunit/tests/term/getTerm.php
- Timestamp:
- 05/18/2021 09:04:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/getTerm.php
r48937 r50926 136 136 $found = get_term( $term_data ); 137 137 138 $this->assert True( $found instanceof WP_Term);138 $this->assertInstanceOf( 'WP_Term', $found ); 139 139 $this->assertInternalType( 'int', $found->term_id ); 140 140 $this->assertInternalType( 'int', $found->term_taxonomy_id );
Note: See TracChangeset
for help on using the changeset viewer.