8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580c9e6 commit 7d66292Copy full SHA for 7d66292
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php
@@ -126,7 +126,7 @@ public function testRateLimiterLockFactory()
126
});
127
128
$this->expectException(OutOfBoundsException::class);
129
- $this->expectExceptionMessage('The argument "2" doesn\'t exist.');
+ $this->expectExceptionMessageMatches('/^The argument "2" doesn\'t exist.*\.$/');
130
131
$container->getDefinition('limiter.without_lock')->getArgument(2);
132
}
0 commit comments