X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FHttpRequestPool_005.phpt;h=79c3b0d59378c234f8db9db9fb75ae8df8578081;hb=3e819ac22cb929e7f1b6df482b51a36a7e12dc60;hp=182f662e6849f6958b5e9c27516ea9d75b77a664;hpb=9cffeb53e0c4b03192092d2f58965bb35f599cab;p=m6w6%2Fext-http diff --git a/tests/HttpRequestPool_005.phpt b/tests/HttpRequestPool_005.phpt index 182f662..79c3b0d 100644 --- a/tests/HttpRequestPool_005.phpt +++ b/tests/HttpRequestPool_005.phpt @@ -22,26 +22,11 @@ try { } catch (HttpRequestPoolException $x) { var_dump(count($x->exceptionStack)); } - -try { - $p = new HttpRequestPool(new HttpRequest); -} catch (HttpRequestPoolException $x) { - var_dump(count($x->exceptionStack)); -} - -try { - $p = new HttpRequestPool(new HttpRequest, new HttpRequest); -} catch (HttpRequestPoolException $x) { - var_dump(count($x->exceptionStack)); -} - echo "Done\n"; ?> --EXPECTF-- %sTEST -int(1) -int(2) -int(1) int(2) +int(4) Done