Skip to content

Commit b703a22

Browse files
committed
Tweaks
1 parent e6abc9c commit b703a22

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/phpunit_bridge.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,17 +302,16 @@ whenever you want to update the existing file):
302302

303303
.. code-block:: terminal
304304
305-
$ SYMFONY_DEPRECATIONS_HELPER='generateBaseline=true&baselineFile=tests/allowed.json' ./vendor/bin/simple-phpunit
305+
$ SYMFONY_DEPRECATIONS_HELPER='generateBaseline=true&baselineFile=./tests/allowed.json' ./vendor/bin/simple-phpunit
306306
307307
This command stores all the deprecations reported while running tests in the
308-
given file and encoded in JSON. The file path defined in ``baselineFile`` can
309-
be absolute or relative to your project root.
308+
given file path and encoded in JSON.
310309

311310
Then, you can run the following command to use that file and ignore those deprecations:
312311

313312
.. code-block:: terminal
314313
315-
$ SYMFONY_DEPRECATIONS_HELPER='baselineFile=tests/allowed.json' ./vendor/bin/simple-phpunit
314+
$ SYMFONY_DEPRECATIONS_HELPER='baselineFile=./tests/allowed.json' ./vendor/bin/simple-phpunit
316315
317316
.. versionadded:: 5.2
318317

0 commit comments

Comments
 (0)