Thanks to visit codestin.com Credit goes to github.com
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 64398da commit 91c360eCopy full SHA for 91c360e
src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php
@@ -36,7 +36,6 @@ public function testFormLoginAndLogoutWithCsrfTokens($config)
36
$logoutLinks = $crawler->selectLink('Log out')->links();
37
$this->assertCount(2, $logoutLinks);
38
$this->assertStringContainsString('_csrf_token=', $logoutLinks[0]->getUri());
39
- $this->assertSame($logoutLinks[0]->getUri(), $logoutLinks[1]->getUri());
40
41
$client->click($logoutLinks[0]);
42
0 commit comments