Changeset 52010 for trunk/tests/phpunit/tests/xmlrpc/wp/getPage.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/getPage.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_getPage( array( 1, self::$post_id, 'username', 'password' ) ); 27 27 $this->assertIXRError( $result ); … … 32 32 * @ticket 20336 33 33 */ 34 function test_invalid_pageid() {34 public function test_invalid_pageid() { 35 35 $this->make_user_by_role( 'editor' ); 36 36 … … 40 40 } 41 41 42 function test_valid_page() {42 public function test_valid_page() { 43 43 $this->make_user_by_role( 'editor' ); 44 44 … … 81 81 } 82 82 83 function test_date() {83 public function test_date() { 84 84 $this->make_user_by_role( 'editor' ); 85 85
Note: See TracChangeset
for help on using the changeset viewer.