| 1 | <?php |
||
| 12 | class GuzzleClientTest extends \PHPUnit_Framework_TestCase |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var BufferedIO |
||
| 16 | */ |
||
| 17 | private $io; |
||
| 18 | |||
| 19 | protected function setUp() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * testClient. |
||
| 26 | */ |
||
| 27 | public function testClient() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * testClientModifiedOptions. |
||
| 35 | */ |
||
| 36 | public function testClientModifiedOptions() |
||
| 42 | } |
||
| 43 |