From 74c7f6f4a3b18206c19a5107e2a0f9593a0eec26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 7 Mar 2022 12:59:04 +0100 Subject: [PATCH] Set `\error_reporting(E_ALL);` in tests/bootstrap.php --- tests/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 97c986fb3..db9555358 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -2,6 +2,7 @@ namespace { \setlocale(\LC_ALL, 'C'); + \error_reporting(E_ALL); } namespace GuzzleHttp\Test {