Skip to content

Commit

Permalink
test: edit error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss committed Feb 9, 2024
1 parent c8fbd4c commit 3ce6f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace tests;

error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
error_reporting(E_ERROR | E_PARSE);

require_once dirname(__DIR__) . '/src/PDO.php';
require_once dirname(__DIR__) . '/src/PDOParser.php';
Expand Down

0 comments on commit 3ce6f7a

Please sign in to comment.