Skip to content

Commit a757f3e

Browse files
committed
fix: tests
1 parent 99f0dad commit a757f3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/SymfonyRollbarBundle/Provider/RollbarHandlerTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ public function testInitialize()
320320
'agent_log_location' => static::$kernel->getLogDir() . '/rollbar.log',
321321
'base_api_url' => Configuration::API_ENDPOINT,
322322
'branch' => Configuration::BRANCH,
323+
'autodetect_branch' => false,
323324
'capture_error_stacktraces' => true,
324325
'check_ignore' => [
325326
new \SymfonyRollbarBundle\Tests\Fixtures\CheckIgnoreProvider(),
@@ -367,6 +368,9 @@ public function testInitialize()
367368
'transformer' => null,
368369
'verbosity' => 'error',
369370
'framework' => 'Symfony ' . \Symfony\Component\HttpKernel\Kernel::VERSION,
371+
'max_nesting_depth' => -1,
372+
'max_items' => Configuration::PHP_MAX_ITEMS,
373+
370374
];
371375

372376
$this->assertEquals($default, $config);

0 commit comments

Comments
 (0)