php - How to disable process isolation in Symfony2 -
i have tested methods using phpunit, done , working fine, of methods not working , need disable process isolation, finding how disable this, not getting idea disable it, please tell me if have know how disable process isolation in symfony2?
thanks
look "processisolation"
property in phpunit.xml.dist
file , set it's value "false"
the file located in symfony project's "app" folder.
Comments
Post a Comment