Changeset 52010 for trunk/tests/phpunit/tests/xmlrpc/wp/getTaxonomies.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getTaxonomies.php
r48937 r52010 6 6 class Tests_XMLRPC_wp_getTaxonomies extends WP_XMLRPC_UnitTestCase { 7 7 8 function test_invalid_username_password() {8 public function test_invalid_username_password() { 9 9 $result = $this->myxmlrpcserver->wp_getTaxonomies( array( 1, 'username', 'password' ) ); 10 10 $this->assertIXRError( $result ); … … 12 12 } 13 13 14 function test_taxonomy_validated() {14 public function test_taxonomy_validated() { 15 15 $this->make_user_by_role( 'editor' ); 16 16
Note: See TracChangeset
for help on using the changeset viewer.