X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fphpunit.phpt;h=22f41e5c925d9129ec0831b8631dc77b9ba2c11b;hb=6519517dbcc5d55117b3fa94572fe93123ddfe56;hp=6320f61ba1811b90e110ea7dece31dcfdccfd01c;hpb=179b9e4d1c888871a3393a6045dfb675a14b6675;p=m6w6%2Fext-http diff --git a/tests/phpunit.phpt b/tests/phpunit.phpt index 6320f61..22f41e5 100644 --- a/tests/phpunit.phpt +++ b/tests/phpunit.phpt @@ -2,12 +2,14 @@ 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.