Skip to content

Commit

Permalink
minor symfony#20426 [PHPUnitBridge] Fix reference to vendor/ dir (p…
Browse files Browse the repository at this point in the history
…hansys)

This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead.

Discussion
----------

[PHPUnitBridge] Fix reference to `vendor/` dir

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).

-->

Commits
-------

2ab3857 Fix reference to `vendor/` dir
  • Loading branch information
javiereguiluz committed Dec 2, 2024
2 parents 30c74fd + 2ab3857 commit cd8a822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/phpunit_bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ deprecations but:
* forget to mark appropriate tests with the ``@group legacy`` annotations.

By using ``SYMFONY_DEPRECATIONS_HELPER=max[self]=0``, deprecations that are
triggered outside the ``vendors`` directory will be accounted for separately,
triggered outside the ``vendor/`` directory will be accounted for separately,
while deprecations triggered from a library inside it will not (unless you reach
999999 of these), giving you the best of both worlds.

Expand Down

0 comments on commit cd8a822

Please sign in to comment.