Skip to content

Commit

Permalink
Set \error_reporting(E_ALL); in tests/bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Mar 7, 2022
1 parent 9cb970a commit 74c7f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bootstrap.php
Expand Up @@ -2,6 +2,7 @@

namespace {
\setlocale(\LC_ALL, 'C');
\error_reporting(E_ALL);
}

namespace GuzzleHttp\Test {
Expand Down

0 comments on commit 74c7f6f

Please sign in to comment.