jjzjj

FrameworkExtraBundle

全部标签

php - 如何修复 : "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" is deprecated

Symfony版本:4.1当我使用PHPUnit运行测试时,出现以下弃用消息:Theannotation"Sensio\Bundle\FrameworkExtraBundle\Configuration\Route"isdeprecatedsinceversion5.2.Use"Symfony\Component\Routing\Annotation\Route"instead.我想澄清一下,我在framework.yaml中放入了:sensio_framework_extra:    router:        annotations:false我还想澄清一下,我的Controll