| 1 | <?php |
||
| 13 | class ConnectionTest extends BaseTestCase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var MockInterface |
||
| 17 | */ |
||
| 18 | private $optionsMock; |
||
| 19 | |||
| 20 | public function setUp() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @throws \Exception |
||
| 29 | */ |
||
| 30 | public function testConnect() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @throws \Exception |
||
| 40 | */ |
||
| 41 | public function testServer() |
||
| 48 | } |
||
| 49 |