Changeset 13314 for trunk/tests/phpunit/testcases/core/caps.php
- Timestamp:
- 08/13/2022 08:58:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/caps.php
r12740 r13314 9 9 protected $blog_id; 10 10 11 public function set Up() {12 parent::set Up();11 public function set_up() { 12 parent::set_up(); 13 13 14 14 $this->reset_user_id = get_current_user_id(); … … 19 19 } 20 20 21 public function tear Down() {22 parent::tear Down();21 public function tear_down() { 22 parent::tear_down(); 23 23 24 24 $this->set_current_user( $this->reset_user_id );
Note: See TracChangeset
for help on using the changeset viewer.