Changeset 51568 for trunk/tests/phpunit/tests/rewrite/oldSlugRedirect.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite/oldSlugRedirect.php
r50463 r51568 10 10 protected $post_id; 11 11 12 public function set Up() {13 parent::set Up();12 public function set_up() { 13 parent::set_up(); 14 14 15 15 $this->post_id = self::factory()->post->create( … … 30 30 } 31 31 32 public function tear Down() {32 public function tear_down() { 33 33 $this->old_slug_redirect_url = null; 34 34 35 parent::tear Down();35 parent::tear_down(); 36 36 } 37 37
Note: See TracChangeset
for help on using the changeset viewer.