Total Complexity | 5 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class DriverTest extends AbstractSQLServerDriverTest |
||
11 | { |
||
12 | public function testReturnsName() |
||
13 | { |
||
14 | self::assertSame('sqlsrv', $this->driver->getName()); |
||
15 | } |
||
16 | |||
17 | protected function createDriver() |
||
20 | } |
||
21 | |||
22 | protected function checkForSkippingTest(AbstractSQLServerDriver $driver) : void |
||
31 |