Changeset 922 in tests for trunk/tests/xmlrpc/wp/newPost.php
- Timestamp:
- 07/19/2012 04:31:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/xmlrpc/wp/newPost.php
r904 r922 245 245 246 246 $tag1 = wp_create_tag ( rand_str( 30 ) ); 247 $this->assertInternalType( 'array', $tag1 ); 247 248 $tag2 = wp_create_tag ( rand_str( 30 ) ); 249 $this->assertInternalType( 'array', $tag2 ); 248 250 $tag3 = wp_create_tag ( rand_str( 30 ) ); 251 $this->assertInternalType( 'array', $tag3 ); 249 252 250 253 $post = array(
Note: See TracChangeset
for help on using the changeset viewer.