diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-12-05 10:58:45 +0100 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-12-05 10:58:45 +0100 |
| commit | 0b5f4922e1ea8c27f7e9caf151d111088b0f3cbe (patch) | |
| tree | ce96d92e7e3d693cf4d09cc7933119fce30e8da0 /tests | |
| parent | 79ee7f3641cc8bf71347c40190c9f2874f3a062a (diff) | |
| parent | 8916072a2abf0228a8795bd639c671769a2b86f3 (diff) | |
| download | forums-0b5f4922e1ea8c27f7e9caf151d111088b0f3cbe.tar forums-0b5f4922e1ea8c27f7e9caf151d111088b0f3cbe.tar.gz forums-0b5f4922e1ea8c27f7e9caf151d111088b0f3cbe.tar.bz2 forums-0b5f4922e1ea8c27f7e9caf151d111088b0f3cbe.tar.xz forums-0b5f4922e1ea8c27f7e9caf151d111088b0f3cbe.zip | |
Merge pull request #4060 from rxu/ticket/14340
[ticket/14340] Revert fix for segmentation fault error on phpBB 3.2 PHP7 tests
* rxu/ticket/14340:
[ticket/14340] Revert fix for segmentation fault error on phpBB 3.2 PHP7 tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/datetime/from_format_test.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/datetime/from_format_test.php b/tests/datetime/from_format_test.php index 32b88ff588..7ecb546768 100644 --- a/tests/datetime/from_format_test.php +++ b/tests/datetime/from_format_test.php @@ -113,10 +113,6 @@ class phpbb_datetime_from_format_test extends phpbb_test_case { global $phpbb_root_path, $phpEx; - // This magically fixes the segmentation fault error on PHP7 tests - // while date_default_timezone_set('UTC') does not - date_default_timezone_set('Europe/Paris'); - $lang_loader = new \phpbb\language\language_file_loader($phpbb_root_path, $phpEx); $lang = new \phpbb\language\language($lang_loader); $user = new \phpbb\user($lang, '\phpbb\datetime'); |
