Skip to content

Commit ca318a6

Browse files
authored
Fix testClientIsCreatedFromOptions() method name typo in SentryExtensionTest class (#554)
1 parent f8ce15d commit ca318a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DependencyInjection/SentryExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function testSubRequestListener(): void
178178
], $definition->getTags());
179179
}
180180

181-
public function testClentIsCreatedFromOptions(): void
181+
public function testClientIsCreatedFromOptions(): void
182182
{
183183
$container = $this->createContainerFromFixture('full');
184184
$optionsDefinition = $container->getDefinition('sentry.client.options');

0 commit comments

Comments
 (0)