| Total Complexity | 6 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class DriverTest extends AbstractDriverTest |
||
| 12 | { |
||
| 13 | protected function setUp() : void |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function testReturnsDatabaseNameWithoutDatabaseNameParameter() |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | protected function createDriver() |
||
| 42 | } |
||
| 43 | |||
| 44 | protected static function getDatabaseNameForConnectionWithoutDatabaseNameParameter() : ?string |
||
| 49 |