File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Tests/SymfonyRollbarBundle/Provider Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments