| Total Complexity | 8 |
| Total Lines | 54 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class DriverTest extends AbstractSQLServerDriverTest |
||
| 10 | { |
||
| 11 | public function testReturnsName() |
||
| 14 | } |
||
| 15 | |||
| 16 | protected function createDriver() |
||
| 19 | } |
||
| 20 | |||
| 21 | public function testConnectionOptions() |
||
| 29 | } |
||
| 30 | |||
| 31 | public function testDriverOptions() |
||
| 38 | } |
||
| 39 | |||
| 40 | private function getConnection($driverOptions) |
||
| 50 | ); |
||
| 51 | } |
||
| 52 | |||
| 53 | /** |
||
| 54 | * @throws \PHPUnit_Framework_SkippedTestError |
||
| 55 | */ |
||
| 56 | private function skipWhenNotUsingPdoSqlsrv() |
||
| 65 |