X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fphpunit.phpt;h=9c106f00e67b65b0e94d9a17d64489cb27bd5532;hb=d5de4f9eae86ae1dab0f8a906bf9543710ae124d;hp=6320f61ba1811b90e110ea7dece31dcfdccfd01c;hpb=64722314d70dc547e477d87927c22b598aa463d0;p=m6w6%2Fext-http diff --git a/tests/phpunit.phpt b/tests/phpunit.phpt index 6320f61..9c106f0 100644 --- a/tests/phpunit.phpt +++ b/tests/phpunit.phpt @@ -2,12 +2,13 @@ unit tests --SKIPIF-- --FILE-- run([null, __DIR__."/../phpunit"]); +$c = new PHPUnit_TextUI_Command; +$c->run(array("--process-isolation", __DIR__."/../phpunit/")); ?> --EXPECTF-- PHPUnit %s by Sebastian Bergmann.