Changeset 51331 for trunk/tests/phpunit/tests/xmlrpc/wp/getComments.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/getComments.php
r49184 r51331 199 199 ); 200 200 201 $this->assertI nternalType( 'array',$result2 );201 $this->assertIsArray( $result2 ); 202 202 $this->assertCount( 1, $result2 ); 203 203 … … 226 226 ); 227 227 228 $this->assertI nternalType( 'array',$result4 );228 $this->assertIsArray( $result4 ); 229 229 $this->assertCount( 1, $result4 ); 230 230 } … … 277 277 ) 278 278 ); 279 $this->assertI nternalType( 'array',$result );279 $this->assertIsArray( $result ); 280 280 $this->assertCount( 1, $result ); 281 281 … … 292 292 ); 293 293 294 $this->assertI nternalType( 'array',$result2 );294 $this->assertIsArray( $result2 ); 295 295 $this->assertCount( 1, $result2 ); 296 296 }
Note: See TracChangeset
for help on using the changeset viewer.