File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
311310Then, 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
You can’t perform that action at this time.
0 commit comments