X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fphpunit.phpt;h=087923e8fca8fdba0775e86df63876dc3d30d57d;hb=76f74c9bfd2e97c89e7184d85ea7a0c5322a5219;hp=6320f61ba1811b90e110ea7dece31dcfdccfd01c;hpb=179b9e4d1c888871a3393a6045dfb675a14b6675;p=m6w6%2Fext-http diff --git a/tests/phpunit.phpt b/tests/phpunit.phpt index 6320f61..087923e 100644 --- a/tests/phpunit.phpt +++ b/tests/phpunit.phpt @@ -2,12 +2,16 @@ unit tests --SKIPIF-- +--INI-- +date.timezone=Europe/Vienna --FILE-- run([null, __DIR__."/../phpunit"]); +$c = new PHPUnit_TextUI_Command; +$c->run(array("--process-isolation", __DIR__."/../phpunit/")); ?> --EXPECTF-- PHPUnit %s by Sebastian Bergmann.