mirror of
https://github.com/dg/dibi.git
synced 2025-08-29 16:59:49 +02:00
tests: improved sql dumps, renamed pgsql -> postgre
This commit is contained in:
@@ -8,7 +8,7 @@ use Tester\Assert;
|
||||
|
||||
require __DIR__ . '/bootstrap.php';
|
||||
|
||||
if ($config['system'] !== 'pgsql') {
|
||||
if ($config['system'] !== 'postgre') {
|
||||
Tester\Environment::skip("Not supported system '$config[system]'.");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user