Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
44 | // /** |
||
45 | // * @throws \Exception |
||
46 | // */ |
||
47 | // public function testServer() |
||
48 | // { |
||
49 | // /** @var ConnectionInterface $connection */ |
||
50 | // $res = $this->createConnection('phpunit_default')->connect()->server(); |
||
51 | // |
||
52 | // $this->assertEquals(QueryType::SERVER_INFO, $res->getType()); |
||
56 |