Skip to content

Commit 5c48790

Browse files
committed
chore: remove error_reporting setting
1 parent 1d31a11 commit 5c48790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* phpunit --bootstrap tests/boot.php tests
44
*/
55

6-
error_reporting(E_ALL | E_STRICT);
6+
// error_reporting(E_ALL | E_STRICT);
77
date_default_timezone_set('Asia/Shanghai');
88

99
$libDir = dirname(__DIR__);

0 commit comments

Comments
 (0)