fix #91: get rid of most of the yearly failing test
[m6w6/ext-http] / tests / client024.phpt
1 --TEST--
2 client deprecated methods
3 --SKIPIF--
4 <?php
5 include "skipif.inc";
6 skip_client_test();
7 ?>
8 --FILE--
9 <?php
10
11 echo "Test\n";
12
13 $client = new http\Client;
14 $client->enableEvents(false);
15 $client->enablePipelining(false);
16
17 ?>
18 ===DONE===
19 --EXPECTF--
20 Test
21
22 Deprecated: Function http\Client::enableEvents() is deprecated in %sclient024.php on line %d
23
24 Deprecated: Function http\Client::enablePipelining() is deprecated in %sclient024.php on line %d
25 ===DONE===