We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4809d commit fb40955Copy full SHA for fb40955
components/phpunit_bridge.rst
@@ -839,6 +839,11 @@ its ``bin/simple-phpunit`` command. It has the following features:
839
this directory for ``phpunit.xml.dist`` files up to ``SYMFONY_PHPUNIT_MAX_DEPTH``
840
levels (specified as an env var, defaults to ``3``);
841
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
+
847
If you have installed the bridge through Composer, you can run it by calling e.g.:
848
849
.. code-block:: terminal
0 commit comments