Changeset 51331 for trunk/tests/phpunit/tests/xmlrpc/wp/newPost.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/newPost.php
r48937 r51331 281 281 282 282 $tag1 = wp_create_tag( 'tag1' ); 283 $this->assertI nternalType( 'array',$tag1 );283 $this->assertIsArray( $tag1 ); 284 284 $tag2 = wp_create_tag( 'tag2' ); 285 $this->assertI nternalType( 'array',$tag2 );285 $this->assertIsArray( $tag2 ); 286 286 $tag3 = wp_create_tag( 'tag3' ); 287 $this->assertI nternalType( 'array',$tag3 );287 $this->assertIsArray( $tag3 ); 288 288 289 289 $post = array(
Note: See TracChangeset
for help on using the changeset viewer.