Skip to content

Commit 6aea932

Browse files
committed
fix updateForAuthenticator args
1 parent aca2014 commit 6aea932

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Security/SecurityConfigUpdaterTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ public function testUpdateForAuthenticator(string $firewallName, $entryPoint, st
109109
$this->createLogger();
110110

111111
$updater = new SecurityConfigUpdater($this->ysmLogger);
112-
$source = $this->getYamlSource($startingSourceFilename);
113-
$actualSource = $updater->updateForAuthenticator($source, $firewallName, $entryPoint, 'App\\Security\\AppCustomAuthenticator', $logoutSetup);
114-
$expectedSource = $this->getExpectedYaml('expected_authenticator', $expectedSourceFilename);
115112
$source = file_get_contents(__DIR__.'/yaml_fixtures/source/'.$startingSourceFilename);
116113
$actualSource = $updater->updateForAuthenticator($source, $firewallName, $entryPoint, 'App\\Security\\AppCustomAuthenticator', $logoutSetup, $supportRememberMe, $alwaysRememberMe);
117114
$expectedSource = file_get_contents(__DIR__.'/yaml_fixtures/expected_authenticator/'.$expectedSourceFilename);

0 commit comments

Comments
 (0)