Changeset 51568 for trunk/tests/phpunit/tests/date/maybeDeclineDate.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/maybeDeclineDate.php
r50291 r51568 19 19 private $wp_locale_original; 20 20 21 public function set Up() {21 public function set_up() { 22 22 global $locale, $wp_locale; 23 23 24 parent::set Up();24 parent::set_up(); 25 25 26 26 $this->locale_original = $locale; … … 28 28 } 29 29 30 public function tear Down() {30 public function tear_down() { 31 31 global $locale, $wp_locale; 32 32 … … 34 34 $wp_locale = $this->wp_locale_original; 35 35 36 parent::tear Down();36 parent::tear_down(); 37 37 } 38 38
Note: See TracChangeset
for help on using the changeset viewer.