- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite/addRewriteEndpoint.php
r49603 r51568 18 18 } 19 19 20 public function set Up() {21 parent::set Up();20 public function set_up() { 21 parent::set_up(); 22 22 23 23 $this->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' ); … … 26 26 } 27 27 28 public function tear Down() {28 public function tear_down() { 29 29 $GLOBALS['wp']->public_query_vars = $this->qvs; 30 parent::tear Down();30 parent::tear_down(); 31 31 } 32 32
Note: See TracChangeset
for help on using the changeset viewer.