From 1f2bfb06c49f2df524cdfc347329c5ce5d30cdb8 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 13 Sep 2021 12:55:15 +0200 Subject: [PATCH] Fix typo in testClientIsCreatedFromOptions name --- tests/DependencyInjection/SentryExtensionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');