Remove “Remaining deprecation notices” in Symfony 2.8

后端 未结 3 933
情深已故
情深已故 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:17

    Finally found the solution !

    Just add

    
        
    
    

    to your phpunit.xml (or any other file that you use to configure phpunit)

提交回复
热议问题