Changeset 51331 for trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/newComment.php
r49603 r51331 209 209 $result = $this->myxmlrpcserver->wp_newComment( $comment_args ); 210 210 $this->assertNotIXRError( $result ); 211 $this->assertI nternalType( 'int',$result );211 $this->assertIsInt( $result ); 212 212 } 213 213 … … 291 291 $result = $this->myxmlrpcserver->wp_newComment( $comment_args ); 292 292 if ( $expected ) { 293 $this->assertI nternalType( 'int',$result );293 $this->assertIsInt( $result ); 294 294 return; 295 295 }
Note: See TracChangeset
for help on using the changeset viewer.