X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient028.phpt;h=f14fb8e5f7d9aadf9ede5e772abf3c9028385f2d;hp=280c3059d36aa62948708caf4fb501d1e7862548;hb=ba429472d56e45d8ce65d47ec0b5027f3bba4407;hpb=b6bd51c63e78ca0212228a7002a93fb67dfede96 diff --git a/tests/client028.phpt b/tests/client028.phpt index 280c305..f14fb8e 100644 --- a/tests/client028.phpt +++ b/tests/client028.phpt @@ -29,12 +29,12 @@ class UserHandler implements http\Client\Curl\User $this->run = $run; } - function timer($timeout_ms) { + function timer(int $timeout_ms) { echo "T"; $this->timeout = $timeout_ms; } - function socket($socket, $action) { + function socket($socket, int $action) { echo "S"; switch ($action) { @@ -80,7 +80,7 @@ class UserHandler implements http\Client\Curl\User return count($this->client); } - function wait($timeout_ms = null) { + function wait(int $timeout_ms = null) { echo "W"; if ($timeout_ms === null) { @@ -137,5 +137,5 @@ server("proxy.inc", function($port) { ===DONE=== --EXPECTREGEX-- Test -T[WST]*(O[WST]*)+U+int\(200\) -===DONE=== +[ST][WST]*([OWSTU]*)+U+int\(200\) +O*===DONE===