Skip to content

Commit b24a0cc

Browse files
committed
-
1 parent 581eec2 commit b24a0cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,18 @@ private function assertRestricted($client, $path)
150150
$this->assertEquals(302, $client->getResponse()->getStatusCode());
151151
}
152152

153+
public static function provideClientOptions(): iterable
154+
{
155+
yield [['test_case' => 'StandardFormLogin', 'root_config' => 'base_config.yml', 'enable_authenticator_manager' => true]];
156+
yield [['test_case' => 'StandardFormLogin', 'root_config' => 'routes_as_path.yml', 'enable_authenticator_manager' => true]];
157+
}
158+
159+
public static function provideLegacyClientOptions()
160+
{
161+
yield [['test_case' => 'StandardFormLogin', 'root_config' => 'base_config.yml', 'enable_authenticator_manager' => true]];
162+
yield [['test_case' => 'StandardFormLogin', 'root_config' => 'routes_as_path.yml', 'enable_authenticator_manager' => true]];
163+
}
164+
153165
public static function provideConfigs(): iterable
154166
{
155167
yield [['test_case' => 'StandardFormLogin', 'root_config' => 'base_config.yml']];

0 commit comments

Comments
 (0)