diff --git a/tests/DependencyInjection/SentryExtensionTest.php b/tests/DependencyInjection/SentryExtensionTest.php index de241ecc..39a0fa48 100644 --- a/tests/DependencyInjection/SentryExtensionTest.php +++ b/tests/DependencyInjection/SentryExtensionTest.php @@ -178,7 +178,7 @@ public function testSubRequestListener(): void ], $definition->getTags()); } - public function testClentIsCreatedFromOptions(): void + public function testClientIsCreatedFromOptions(): void { $container = $this->createContainerFromFixture('full'); $optionsDefinition = $container->getDefinition('sentry.client.options');