I\'m new on Symfony and PHPUnit.
I would like to run some tests, there are a lot of deprecation notices. But it does not matter because I\'ll stay on Symfony 2.8 for no
You can run in terminal
export SYMFONY_DEPRECATIONS_HELPER=weak
Before executing your script. It will disable deprecation notices