We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc89ca commit b97c139Copy full SHA for b97c139
Tests/DependencyInjection/MainConfigurationTest.php
@@ -122,6 +122,7 @@ public function testFirewalls()
122
{
123
$factory = $this->createMock(AuthenticatorFactoryInterface::class);
124
$factory->expects($this->once())->method('addConfiguration');
125
+ $factory->method('getKey')->willReturn('key');
126
127
$configuration = new MainConfiguration(['stub' => $factory], []);
128
$configuration->getConfigTreeBuilder();
0 commit comments