Skip to content

Commit 3f9b831

Browse 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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing.rst

Lines 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)