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

Commitfe08ae8

Browse files
committed
minor#9451 Made explicit testing dependencies (HeahDude, javiereguiluz)
This PR was merged into the 3.4 branch.Discussion----------Made explicit testing dependencies<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/roadmap for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `master` for features of unreleased versions).-->Commits-------f67a47a Minor reworda99e2d5 Made explicit testing dependencies
2 parents6c74c6d +f67a47a commitfe08ae8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎testing.rst‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@ tests as far as PHPUnit is concerned, but they have a very specific workflow:
128128
* Test the response;
129129
* Rinse and repeat.
130130

131+
Before creating your first test, install these packages that provide some of the
132+
utilities used in the functional tests:
133+
134+
..code-block::terminal
135+
136+
$ composer require --dev symfony/browser-kit symfony/css-selector
137+
131138
Your First Functional Test
132139
~~~~~~~~~~~~~~~~~~~~~~~~~~
133140

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp