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
335
335
.. versionadded :: 3.2
336
336
The modified PHPUnit script script was introduced in Symfony 3.2.
337
337
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
339
339
its ``bin/simple-phpunit `` command. It has the following features:
340
340
341
341
* 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
352
352
configured by the ``SYMFONY_PHPUNIT_DIR `` env var, or in the same directory as
353
353
the ``simple-phpunit `` if it is not provided.
354
354
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.:
356
356
357
357
.. code-block :: bash
358
358
You can’t perform that action at this time.
0 commit comments