X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient013.phpt;h=00bae4e0de5c7f7419b42c46c1240d5a1d33d9e4;hp=0de05476db8cff1b2b0fe90f349f1189845053e1;hb=ecc1f256af2a1b93adf6da6b013900da586a0ac1;hpb=1383635acbd8c6a1e4f747d0d1960f625c1c02a2 diff --git a/tests/client013.phpt b/tests/client013.phpt index 0de0547..00bae4e 100644 --- a/tests/client013.phpt +++ b/tests/client013.phpt @@ -3,6 +3,7 @@ client observers --SKIPIF-- --FILE-- attach( ) ); -$client->enqueue(new http\Client\Request("GET", "http://dev.iworks.at/ext-http/"))->send(); +$client->enqueue(new http\Client\Request("GET", "http://www.example.com/"))->send(); var_dump(1 === preg_match("/(\.-)+/", $client->pi)); var_dump(3 === count($client->getObservers())); $client->detach($o1);