Skip to content

Commit f30739a

Browse files
committed
tests
1 parent 5cdbb8a commit f30739a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ClientReport/ClientReportAggregatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ class ClientReportAggregatorTest extends TestCase
1818
{
1919
protected function setUp(): void
2020
{
21+
ini_set('zend.exception_ignore_args', '0');
2122
StubTransport::$events = [];
2223
StubLogger::$logs = [];
2324
SentrySdk::init()->bindClient(new Client(new Options([
2425
'logger' => StubLogger::getInstance(),
25-
'default_integrations' => false,
2626
]), StubTransport::getInstance()));
2727
}
2828

0 commit comments

Comments
 (0)