Skip to content

Commit fb40955

Browse files
committed
Restore some wrongly removed contents
1 parent ac4809d commit fb40955

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/phpunit_bridge.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,11 @@ its ``bin/simple-phpunit`` command. It has the following features:
839839
this directory for ``phpunit.xml.dist`` files up to ``SYMFONY_PHPUNIT_MAX_DEPTH``
840840
levels (specified as an env var, defaults to ``3``);
841841

842+
The script writes the modified PHPUnit it builds in a directory that can be
843+
configured by the ``SYMFONY_PHPUNIT_DIR`` env var, or in the same directory as
844+
the ``simple-phpunit`` if it is not provided. It's also possible to set this
845+
env var in the ``phpunit.xml.dist`` file.
846+
842847
If you have installed the bridge through Composer, you can run it by calling e.g.:
843848

844849
.. code-block:: terminal

0 commit comments

Comments
 (0)