mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
fix tests
This commit is contained in:
parent
377dc8a821
commit
5de349ba68
|
|
@ -67,7 +67,6 @@ final class MysqlConnection extends ConnectionAbstract
|
|||
) {
|
||||
$this->status = DatabaseStatus::FAILURE;
|
||||
$this->dbdata['password'] = '****';
|
||||
//throw new InvalidConnectionConfigException((string) \json_encode($this->dbdata));
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ final class PostgresConnection extends ConnectionAbstract
|
|||
) {
|
||||
$this->status = DatabaseStatus::FAILURE;
|
||||
$this->dbdata['password'] = '****';
|
||||
//throw new InvalidConnectionConfigException((string) \json_encode($this->dbdata));
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -75,7 +75,6 @@ final class SQLiteConnection extends ConnectionAbstract
|
|||
) {
|
||||
$this->status = DatabaseStatus::FAILURE;
|
||||
$this->dbdata['password'] = '****';
|
||||
//throw new InvalidConnectionConfigException((string) \json_encode($this->dbdata));
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ final class SqlServerConnection extends ConnectionAbstract
|
|||
) {
|
||||
$this->status = DatabaseStatus::FAILURE;
|
||||
$this->dbdata['password'] = '****';
|
||||
//throw new InvalidConnectionConfigException((string) \json_encode($this->dbdata));
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user