Total Complexity | 6 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class DriverTest extends AbstractSQLServerDriverTest |
||
12 | { |
||
13 | public function testReturnsName() |
||
16 | } |
||
17 | |||
18 | protected function createDriver() |
||
19 | { |
||
20 | return new Driver(); |
||
21 | } |
||
22 | |||
23 | protected function checkForSkippingTest(AbstractSQLServerDriver $driver) : void |
||
30 | } |
||
31 | |||
32 | public function testDriverOptions() : void |
||
41 |