Remove “Remaining deprecation notices” in Symfony 2.8

后端 未结 3 931
情深已故
情深已故 2021-01-31 01:30

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

3条回答
  •  悲哀的现实
    2021-01-31 02:12

    You can run in terminal

    export SYMFONY_DEPRECATIONS_HELPER=weak
    

    Before executing your script. It will disable deprecation notices

提交回复
热议问题