Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1cb4e7f

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Fixed RST issues spotted by DOCtor-RST Fix CI Readd loginUser() docs
2 parents86dfeee +00b9615 commit1cb4e7f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

‎testing.rst‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ to simulate a login request::
619619

620620
// test e.g. the profile page
621621
$client->request('GET', '/profile');
622-
623622
$this->assertResponseIsSuccessful();
624623
$this->assertSelectorTextContains('h1', 'Hello John!');
625624
}
@@ -1019,6 +1018,5 @@ Learn more
10191018
.. _`DAMADoctrineTestBundle`:https://github.com/dmaicher/doctrine-test-bundle
10201019
.. _`DoctrineFixturesBundle documentation`:https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
10211020
.. _`SymfonyMakerBundle`:https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
1022-
.. _`symfony/panther`:https://github.com/symfony/panther
10231021
.. _`PHPUnit Assertion`:https://phpunit.readthedocs.io/en/stable/assertions.html
10241022
.. _`section 4.1.18 of RFC 3875`:https://tools.ietf.org/html/rfc3875#section-4.1.18

‎testing/dom_crawler.rst‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,3 @@ The Crawler can extract information from the nodes::
9292
$data = $crawler->each(function ($node, $i) {
9393
return $node->attr('href');
9494
});
95-
96-
..versionadded::4.4
97-
98-
The option to trim white spaces in ``text()`` was introduced in Symfony 4.4.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp