Changeset 51568 for trunk/tests/phpunit/tests/date/mysql2date.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/mysql2date.php
r50279 r51568 8 8 class Tests_Date_mysql2date extends WP_UnitTestCase { 9 9 10 function tear Down() {10 function tear_down() { 11 11 // phpcs:ignore WordPress.DateTime.RestrictedFunctions.timezone_change_date_default_timezone_set 12 12 date_default_timezone_set( 'UTC' ); 13 13 14 parent::tear Down();14 parent::tear_down(); 15 15 } 16 16
Note: See TracChangeset
for help on using the changeset viewer.