Changeset 51568 for trunk/tests/phpunit/tests/option/userSettings.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/userSettings.php
r48937 r51568 3 3 protected $user_id; 4 4 5 function set Up() {6 parent::set Up();5 function set_up() { 6 parent::set_up(); 7 7 8 8 $this->user_id = self::factory()->user->create( … … 15 15 } 16 16 17 function tear Down() {17 function tear_down() { 18 18 unset( $GLOBALS['_updated_user_settings'] ); 19 19 20 parent::tear Down();20 parent::tear_down(); 21 21 } 22 22
Note: See TracChangeset
for help on using the changeset viewer.