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

Appearance settings

Commit 3f9b831

Browse filesBrowse files
committed
minor #9822 Fixed a RST syntax issue (javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- Fixed a RST syntax issue As seen on https://symfony.com/doc/current/testing.html Commits ------- 0dcd453 Fixed a RST syntax issue
2 parents 8f2f013 + 0dcd453 commit 3f9b831
Copy full SHA for 3f9b831

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎testing.rst

Copy file name to clipboardExpand all lines: testing.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ document::
271271
Instead of installing each testing dependency individually, you can use the
272272
Symfony Test pack to install all those dependencies at once:
273273

274-
.. code-block:: terminal
274+
.. code-block:: terminal
275275
276-
$ composer require --dev symfony/test-pack
276+
$ composer require --dev symfony/test-pack
277277
278278
.. index::
279279
single: Tests; Assertions

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.