Skip to content

Commit 8eb6ae7

Browse files
committed
fix
1 parent c427967 commit 8eb6ae7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/phpt-oom/php85/out_of_memory_fatal_error_increases_memory_limit.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ use Sentry\Transport\Result;
2424
use Sentry\Transport\ResultStatus;
2525
use Sentry\Transport\TransportInterface;
2626

27+
error_reporting(E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED);
28+
2729
$vendor = __DIR__;
2830

2931
while (!file_exists($vendor . '/vendor')) {

0 commit comments

Comments
 (0)