1 | <?php |
||
24 | class GuzzleClientTest extends \PHPUnit_Framework_TestCase |
||
25 | { |
||
26 | /** |
||
27 | * @var BufferedIO |
||
28 | */ |
||
29 | private $io; |
||
30 | |||
31 | protected function setUp() |
||
35 | |||
36 | /** |
||
37 | * testClient. |
||
38 | */ |
||
39 | public function testClient() |
||
44 | |||
45 | /** |
||
46 | * testClientModifiedOptions. |
||
47 | */ |
||
48 | public function testClientModifiedOptions() |
||
54 | } |
||
55 |