1 | <?php |
||
14 | class ConnectionTest extends BaseTestCase |
||
15 | { |
||
16 | /** |
||
17 | * @var MockInterface |
||
18 | */ |
||
19 | private $optionsMock; |
||
20 | |||
21 | public function setUp() |
||
27 | |||
28 | /** |
||
29 | * @throws \Exception |
||
30 | */ |
||
31 | public function testConnect() |
||
40 | |||
41 | /** |
||
42 | * @throws \Exception |
||
43 | */ |
||
44 | public function testServer() |
||
52 | } |
||
53 |