aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/common
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/common')
-rw-r--r--crates/shirabe/tests/common/bootstrap.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/shirabe/tests/common/bootstrap.rs b/crates/shirabe/tests/common/bootstrap.rs
index a908bff2..9f667597 100644
--- a/crates/shirabe/tests/common/bootstrap.rs
+++ b/crates/shirabe/tests/common/bootstrap.rs
@@ -18,9 +18,6 @@ pub fn bootstrap() {
ONCE.call_once(|| {
// PHP: error_reporting(E_ALL) has no counterpart here.
- // PHP: date_default_timezone_set(@date_default_timezone_get());
- shirabe_php_shim::date_default_timezone_set(&shirabe_php_shim::date_default_timezone_get());
-
// PHP: require src/bootstrap.php and refresh vendor/composer/InstalledVersions.php.
// TODO(php-runtime): port remaining bootstrap processes (the src/bootstrap.php include and
// the InstalledVersions refresh are PHP autoload mechanics with no Rust counterpart yet).