X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient024.phpt;fp=tests%2Fclient024.phpt;h=27a68b4f32dfc2ee01bdaa480de23f6b028643ba;hp=0000000000000000000000000000000000000000;hb=8d041c32a46d26f2154efdd20c987c8d2b491645;hpb=046973e332c1475f9bf7717af9d33a75283deb37 diff --git a/tests/client024.phpt b/tests/client024.phpt new file mode 100644 index 0000000..27a68b4 --- /dev/null +++ b/tests/client024.phpt @@ -0,0 +1,25 @@ +--TEST-- +client deprecated methods +--SKIPIF-- + +--FILE-- +enableEvents(false); +$client->enablePipelining(false); + +?> +===DONE=== +--EXPECTF-- +Test + +Deprecated: Function http\Client::enableEvents() is deprecated in %sclient024.php on line %d + +Deprecated: Function http\Client::enablePipelining() is deprecated in %sclient024.php on line %d +===DONE===