We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
testClientIsCreatedFromOptions()
SentryExtensionTest
1 parent f8ce15d commit ca318a6Copy full SHA for ca318a6
tests/DependencyInjection/SentryExtensionTest.php
@@ -178,7 +178,7 @@ public function testSubRequestListener(): void
178
], $definition->getTags());
179
}
180
181
- public function testClentIsCreatedFromOptions(): void
+ public function testClientIsCreatedFromOptions(): void
182
{
183
$container = $this->createContainerFromFixture('full');
184
$optionsDefinition = $container->getDefinition('sentry.client.options');
0 commit comments