Skip to content

Commit 207bc05

Browse files
committed
Increase mapped options count in tests to account for merge
1 parent d6d55fb commit 207bc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class ConfigurationTest extends TestCase
1313
{
14-
public const SUPPORTED_SENTRY_OPTIONS_COUNT = 22;
14+
public const SUPPORTED_SENTRY_OPTIONS_COUNT = 23;
1515

1616
public function testDataProviderIsMappingTheRightNumberOfOptions(): void
1717
{

0 commit comments

Comments
 (0)