简体   繁体   English

如何在Symfony2中禁用进程隔离

[英]How to disable process isolation in Symfony2

I have tested methods using phpunit, almost are done and working fine, but my some of methods are not working and need to disable process isolation, I am finding about how to disable this, but not getting any idea about disable it, please tell me if anyone have to know how to disable process isolation in symfony2? 我已经使用phpunit测试了方法,几乎​​已经完成并且可以正常工作,但是我的一些方法无法正常工作,需要禁用进程隔离,我正在寻找如何禁用此功能,但是对禁用它没有任何想法,请告诉我是否有人必须知道如何在symfony2中禁用进程隔离?

Thanks 谢谢

Look for "processIsolation" property in your phpunit.xml.dist file and set it's value to "false" phpunit.xml.dist文件中查找"processIsolation"属性,并将其值设置为“ false”

The file is usually located in the Symfony project's "app" folder. 该文件通常位于Symfony项目的“ app”文件夹中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM