We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6d02d7 + c67e38b commit 5d0f633Copy full SHA for 5d0f633
Tests/OptionsResolverTest.php
@@ -2404,7 +2404,7 @@ public function testAccessToParentOptionFromNestedNormalizerAndLazyOption()
2404
2405
public function testFailsIfOptionIsAlreadyDefined()
2406
{
2407
- $this->expectException(\Symfony\Component\OptionsResolver\Exception\OptionDefinitionException::class);
+ $this->expectException(OptionDefinitionException::class);
2408
$this->expectExceptionMessage('The option "foo" is already defined.');
2409
$this->resolver->define('foo');
2410
0 commit comments