File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ Modified PHPUnit script
335335.. versionadded :: 3.2
336336 The modified PHPUnit script script was introduced in Symfony 3.2.
337337
338- This bridges provides a modified version of phpunit that you can call by using
338+ This bridge provides a modified version of PHPUnit that you can call by using
339339its ``bin/simple-phpunit `` command. It has the following features:
340340
341341* Does not embed ``symfony/yaml `` nor ``prophecy `` to prevent any conflicts with
@@ -352,7 +352,7 @@ The script writes the modified PHPUnit it builds in a directory that can be
352352configured by the ``SYMFONY_PHPUNIT_DIR `` env var, or in the same directory as
353353the ``simple-phpunit `` if it is not provided.
354354
355- If you have installed the bridge through composer , you can run it by calling e.g.:
355+ If you have installed the bridge through Composer , you can run it by calling e.g.:
356356
357357.. code-block :: bash
358358
You can’t perform that action at this time.
0 commit comments