Changeset 702 in tests
- Timestamp:
- 04/28/2012 09:21:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-testcase/test-xmlrpc-api/test_wp_getPostType.php
r700 r702 45 45 46 46 function test_valid_type() { 47 $result = $this->myxmlrpcserver->wp_getPostType( array( 1, 'editor', 'editor', $this->cpt_name, array( 'labels', 'capabilities', ' admin', 'menu', 'taxonomies' ) ) );47 $result = $this->myxmlrpcserver->wp_getPostType( array( 1, 'editor', 'editor', $this->cpt_name, array( 'labels', 'capabilities', 'menu', 'taxonomies' ) ) ); 48 48 $this->assertNotInstanceOf( 'IXR_Error', $result ); 49 49
Note: See TracChangeset
for help on using the changeset viewer.