Skip to content

Commit c600921

Browse files
authored
Making changes thanks to Javier!
1 parent 46825ab commit c600921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/phpunit_bridge.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
339339
its ``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
352352
configured by the ``SYMFONY_PHPUNIT_DIR`` env var, or in the same directory as
353353
the ``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

0 commit comments

Comments
 (0)