标签: php unit-testing testing phpunit
我的某些测试包含vendor/bin/phpunit,如果我仅运行vendor/bin/phpunit --filter mytest(一次运行所有测试),则会导致问题,但是如果我通过data Env = Env (Var, Term, [Env]) 一张一张地隔离测试,他们工作正常。
vendor/bin/phpunit
vendor/bin/phpunit --filter mytest
data Env = Env (Var, Term, [Env])
是否可以“一次性”运行测试,而在内部“隔离”运行测试?
答案 0 :(得分:1)
您正在寻找runInSeparateProcess option