8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Allow vendors deprecations in tests #260

Closed mshavliuk closed 5 years ago

mshavliuk commented 5 years ago
Q A
Bug fix yes
New feature no
BC breaks no
Deprecations no
Tests pass yes
License MIT

From symfony documentation (https://symfony.com/doc/current/components/phpunit_bridge.html):

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