mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
add null connection
This commit is contained in:
parent
a62308ad18
commit
44b3c5dd17
|
|
@ -581,6 +581,9 @@ return [
|
|||
'phpOMS\tests\DataStorage\Database\Connection\SqlServerConnectionTest:testInvalidDatabaseTypeName' => ['description' => 'A invalid database type throws a InvalidConnectionConfigException', 'type' => 'framework'],
|
||||
'phpOMS\tests\DataStorage\Database\Connection\SqlServerConnectionTest:testInvalidDatabaseName' => ['description' => 'A invalid database throws a InvalidConnectionConfigException', 'type' => 'framework'],
|
||||
|
||||
'phpOMS\tests\DataStorage\Database\Connection\NullConnectionTest' => ['description' => 'Null connection', 'type' => 'framework'],
|
||||
'phpOMS\tests\DataStorage\Database\Connection\NullConnectionTest:testConnect' => ['description' => 'A null connection can be created as placeholder', 'type' => 'framework'],
|
||||
|
||||
'phpOMS\tests\DataStorage\Database\Query\BuilderTest' => ['description' => 'Query builder for sql queries', 'type' => 'framework'],
|
||||
'phpOMS\tests\DataStorage\Database\Query\BuilderTest:testMysqlSelect' => ['description' => 'Mysql selects form a valid query', 'type' => 'framework'],
|
||||
'phpOMS\tests\DataStorage\Database\Query\BuilderTest:testMysqlOrder' => ['description' => 'Mysql orders form a valid query', 'type' => 'framework'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user