Skip to content

Commit cd8a822

Browse files
committed
minor #20426 [PHPUnitBridge] Fix reference to vendor/ dir (phansys)
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
2 parents 30c74fd + 2ab3857 commit cd8a822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ deprecations but:
253253
* forget to mark appropriate tests with the ``@group legacy`` annotations.
254254

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

0 commit comments

Comments
 (0)