简体   繁体   中英

Running PHPUnit Tests in Separate Processes

I'm working on an AOP framework so I need to redeclare some environment variables and re-include files which are re-compiled by the framework on each test. I'm trying to run each test in a separate process so that I can do this but I'm not sure of how to do this in Zend Studio.

I've added the @runTestsInSeparateProcesses annotation to my tests but this causes the tests to fail with the error message:

testName: [Zend Debugger] Cannot receive start command

Has anyone been able to solve this error or find another way to run each test in a separate process in Zend?

zend debugger is not super hot with phpunit. If possible use xdebug instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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