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=e867316f1364f589eec67cc684703c874984430b;hpb=baff99d75b56868714f7f2ed1972b3baceb72014 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===