From 5c487907a5c6267d61ed82ec9f2c7bb48f0d8271 Mon Sep 17 00:00:00 2001
From: Inhere <in.798@qq.com>
Date: Thu, 5 Dec 2024 20:21:46 +0800
Subject: [PATCH]  chore: remove error_reporting setting

---
 test/bootstrap.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/bootstrap.php b/test/bootstrap.php
index fc2e4d0..c654cff 100644
--- a/test/bootstrap.php
+++ b/test/bootstrap.php
@@ -3,7 +3,7 @@
  * phpunit --bootstrap tests/boot.php tests
  */
 
-error_reporting(E_ALL | E_STRICT);
+// error_reporting(E_ALL | E_STRICT);
 date_default_timezone_set('Asia/Shanghai');
 
 $libDir = dirname(__DIR__);