Changeset 52010 for trunk/tests/phpunit/tests/canonical/postStatus.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical/postStatus.php
r51587 r52010 167 167 } 168 168 169 function set_up() {169 public function set_up() { 170 170 parent::set_up(); 171 171 self::setup_custom_types(); … … 249 249 * } 250 250 */ 251 function data_canonical_redirects_to_plain_permalinks() {251 public function data_canonical_redirects_to_plain_permalinks() { 252 252 $data = array(); 253 253 $all_user_list = array( 'anon', 'subscriber', 'content_author', 'editor' ); … … 585 585 * } 586 586 */ 587 function data_canonical_redirects_to_pretty_permalinks() {587 public function data_canonical_redirects_to_pretty_permalinks() { 588 588 $data = array(); 589 589 $all_user_list = array( 'anon', 'subscriber', 'content_author', 'editor' );
Note: See TracChangeset
for help on using the changeset viewer.