我是Symfony和phpUnit的新手.
我想进行一些测试,有很多折旧警告.但这并不重要,因为我现在会继续使用symfony 2.8.你知道是否可以删除它?
我试着自己找出来,但它不起作用,你有什么想法给我的人吗?
编辑:
参考@LBA的答案
我的截图不是关于AsseticBundle的错误,而是关于"剩余弃用通知(220)".我想知道是否有某个标志显示或不显示这些警告.我很想知道我的测试结果.那可能吗 ?
自从我Symfony 2更新到2.7.我得到了很多过时erors的PHPUnit和console(信息是明确的现在).
ProjectX\ApiBundle\Tests\Controller\SectionsControllerTest::testPostDebug()
The twig.form.resources configuration key is deprecated since version 2.6 and will be removed in 3.0. Use the twig.form_themes configuration key instead.
Run Code Online (Sandbox Code Playgroud)
知道如何禁用它们吗?