Changeset 51331 for trunk/tests/phpunit/tests/xmlrpc/wp/editTerm.php
- Timestamp:
- 07/05/2021 05:21:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/editTerm.php
r48937 r51331 156 156 157 157 $this->assertNotIXRError( $result ); 158 $this->assertI nternalType( 'boolean',$result );158 $this->assertIsBool( $result ); 159 159 160 160 $term = get_term( self::$child_term, 'category' ); … … 237 237 238 238 $this->assertNotIXRError( $result ); 239 $this->assertI nternalType( 'boolean',$result );239 $this->assertIsBool( $result ); 240 240 } 241 241
Note: See TracChangeset
for help on using the changeset viewer.