Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony version(s) affected: 4.2.3
Description i run a bin/phpunit and see a deprecation message Remaining deprecation notices (12).
bin/phpunit
Remaining deprecation notices (12)
i want to disable it and i edit .env.test SYMFONY_DEPRECATIONS_HELPER=disabled but the message is still appears.
SYMFONY_DEPRECATIONS_HELPER=disabled
so, i dumped here https://github.com/symfony/phpunit-bridge/blob/master/bootstrap.php#L38 and SYMFONY_DEPRECATIONS_HELPER return false.
SYMFONY_DEPRECATIONS_HELPER dont load frpm .env.test and phpunit.xml.dist
possible solution is export variable before testing, but i think is not good, because SYMFONY_DEPRECATIONS_HELPER present in .env.test by default
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Symfony version(s) affected: 4.2.3
Description
i run a
bin/phpunit
and see a deprecation messageRemaining deprecation notices (12)
.i want to disable it and i edit .env.test
SYMFONY_DEPRECATIONS_HELPER=disabled
but the message is still appears.
so, i dumped here
https://github.com/symfony/phpunit-bridge/blob/master/bootstrap.php#L38
and SYMFONY_DEPRECATIONS_HELPER return false.
SYMFONY_DEPRECATIONS_HELPER dont load frpm .env.test and phpunit.xml.dist
possible solution is export variable before testing, but i think is not good, because SYMFONY_DEPRECATIONS_HELPER present in .env.test by default
The text was updated successfully, but these errors were encountered: