Changeset 52010 for trunk/tests/phpunit/tests/xmlrpc/wp/getPageList.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getPageList.php
r51587 r52010 23 23 } 24 24 25 function test_invalid_username_password() {25 public function test_invalid_username_password() { 26 26 $result = $this->myxmlrpcserver->wp_getPageList( array( 1, 'username', 'password' ) ); 27 27 $this->assertIXRError( $result ); … … 29 29 } 30 30 31 function test_incapable_user() {31 public function test_incapable_user() { 32 32 $this->make_user_by_role( 'contributor' ); 33 33 … … 37 37 } 38 38 39 function test_date() {39 public function test_date() { 40 40 $this->make_user_by_role( 'editor' ); 41 41
Note: See TracChangeset
for help on using the changeset viewer.