8000
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 4837407 commit a96105eCopy full SHA for a96105e
src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php
@@ -38,7 +38,7 @@ public function testFormLoginAndLogoutWithCsrfTokens($config)
38
$this->assertContains('You\'re browsing to path "/profile".', $text);
39
40
$logoutLinks = $crawler->selectLink('Log out')->links();
41
- $this->assertEquals(2, count($logoutLinks));
+ $this->assertCount(2, $logoutLinks);
42
$this->assertContains('_csrf_token=', $logoutLinks[0]->getUri());
43
$this->assertSame($logoutLinks[0]->getUri(), $logoutLinks[1]->getUri());
44
0 commit comments