File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -619,7 +619,6 @@ to simulate a login request::
619
619
620
620
// test e.g. the profile page
621
621
$client->request('GET', '/profile');
622
-
623
622
$this->assertResponseIsSuccessful();
624
623
$this->assertSelectorTextContains('h1', 'Hello John!');
625
624
}
@@ -1019,6 +1018,5 @@ Learn more
1019
1018
.. _`DAMADoctrineTestBundle` : https://github.com/dmaicher/doctrine-test-bundle
1020
1019
.. _`DoctrineFixturesBundle documentation` : https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
1021
1020
.. _`SymfonyMakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
1022
- .. _`symfony/panther` : https://github.com/symfony/panther
1023
1021
.. _`PHPUnit Assertion` : https://phpunit.readthedocs.io/en/stable/assertions.html
1024
1022
.. _`section 4.1.18 of RFC 3875` : https://tools.ietf.org/html/rfc3875#section-4.1.18
Original file line number Diff line number Diff line change @@ -92,7 +92,3 @@ The Crawler can extract information from the nodes::
92
92
$data = $crawler->each(function ($node, $i) {
93
93
return $node->attr('href');
94
94
});
95
-
96
- .. versionadded :: 4.4
97
-
98
- The option to trim white spaces in ``text() `` was introduced in Symfony 4.4.
You can’t perform that action at this time.
0 commit comments