Skip to content

Commit

Permalink
chore: remove error_reporting setting
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Dec 5, 2024
1 parent 1d31a11 commit 5c48790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__);
Expand Down

0 comments on commit 5c48790

Please sign in to comment.