mirror of
https://github.com/dg/dibi.git
synced 2025-08-19 12:21:46 +02:00
removed MsSqlDriver (is not available with PHP 5.3 or later; replaced with SqlsrvDriver)
This commit is contained in:
@@ -8,7 +8,7 @@ use Tester\Assert;
|
||||
|
||||
require __DIR__ . '/bootstrap.php';
|
||||
|
||||
if ($config['system'] !== 'mssql' || $config['driver'] !== 'pdo') {
|
||||
if ($config['system'] !== 'mssql') {
|
||||
Tester\Environment::skip("Not supported system '$config[system]'.");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user