diff options
Diffstat (limited to 'tests/phpunit')
-rw-r--r-- | tests/phpunit/includes/TimeAdjustTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/TimeAdjustTest.php b/tests/phpunit/includes/TimeAdjustTest.php index 3116c19d8e47..cd027c5b8417 100644 --- a/tests/phpunit/includes/TimeAdjustTest.php +++ b/tests/phpunit/includes/TimeAdjustTest.php @@ -4,6 +4,7 @@ class TimeAdjustTest extends MediaWikiLangTestCase { static $offset; public function setUp() { + parent::setUp(); global $wgLocalTZoffset; self::$offset = $wgLocalTZoffset; |