Skip to content

Commit 00b9615

Browse files
committed
Merge branch '5.2' of github.com:symfony/symfony-docs into 5.2
* '5.2' of github.com:symfony/symfony-docs: Fix CI Readd loginUser() docs
2 parents d224e0d + 0bd963f commit 00b9615

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ to simulate a login request::
617617

618618
// test e.g. the profile page
619619
$client->request('GET', '/profile');
620-
621620
$this->assertResponseIsSuccessful();
622621
$this->assertSelectorTextContains('h1', 'Hello John!');
623622
}

0 commit comments

Comments
 (0)