1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-27 07:54:21 +02:00

tests: added missing items to databases.sample.ini & etc

This commit is contained in:
David Grudl
2015-11-04 13:40:19 +01:00
parent 411862d5d8
commit fef3eccc61
4 changed files with 103 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ use Tester\Assert;
require __DIR__ . '/bootstrap.php';
if ($config['system'] !== 'mssql' || $config['driver'] !== 'pdo') {
if ($config['system'] !== 'sqlsrv' || $config['driver'] !== 'pdo') {
Tester\Environment::skip("Not supported system '$config[system]'.");
}