Skip to content

Commit 8c9c9ee

Browse files
Minor reword for consistency
1 parent f91ac32 commit 8c9c9ee

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

components/phpunit_bridge.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,7 @@ The script writes the modified PHPUnit it builds in a directory that can be
447447
configured by the ``SYMFONY_PHPUNIT_DIR`` env var, or in the same directory as
448448
the ``simple-phpunit`` if it is not provided.
449449

450-
It's also possible to define the environment variable in the
451-
``phpunit.xml.dist`` file.
450+
It's also possible to set this env var in the ``phpunit.xml.dist`` file.
452451

453452
If you have installed the bridge through Composer, you can run it by calling e.g.:
454453

@@ -461,15 +460,14 @@ If you have installed the bridge through Composer, you can run it by calling e.g
461460
Set the ``SYMFONY_PHPUNIT_VERSION`` env var to e.g. ``5.5`` to change the
462461
base version of PHPUnit to ``5.5`` instead of the default ``5.3``.
463462

464-
It's also possible to define the environment variable in the
465-
``phpunit.xml.dist`` file.
463+
It's also possible to set this env var in the ``phpunit.xml.dist`` file.
466464

467465
.. tip::
468466

469467
If you still need to use ``prophecy`` (but not ``symfony/yaml``),
470468
then set the ``SYMFONY_PHPUNIT_REMOVE`` env var to ``symfony/yaml``.
471469

472-
It's also possible to set this variable in the ``phpunit.xml.dist`` file.
470+
It's also possible to set this env var in the ``phpunit.xml.dist`` file.
473471

474472
Code coverage listener
475473
----------------------

0 commit comments

Comments
 (0)