X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient013.phpt;h=00bae4e0de5c7f7419b42c46c1240d5a1d33d9e4;hp=0de05476db8cff1b2b0fe90f349f1189845053e1;hb=5b46115fea57ad7d842f9c713ca854da24d842cd;hpb=87db9817d428282792c8146d9c2ae9748ebf6f1e 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);