mirror of
https://github.com/dg/dibi.git
synced 2025-08-13 01:24:06 +02:00
fixed tests
This commit is contained in:
@@ -23,6 +23,10 @@ try {
|
||||
$config = reset($config);
|
||||
}
|
||||
|
||||
if (isset($config['port'])) {
|
||||
$config['port'] = (int) $config['port'];
|
||||
}
|
||||
|
||||
|
||||
// lock
|
||||
define('TEMP_DIR', __DIR__ . '/../tmp');
|
||||
|
Reference in New Issue
Block a user