mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
test fixes
This commit is contained in:
parent
85bed9ec2f
commit
c10e65bcf5
|
|
@ -180,7 +180,6 @@ abstract class ConnectionAbstract implements ConnectionInterface
|
|||
*/
|
||||
public function close() : void
|
||||
{
|
||||
var_dump("closed");
|
||||
$this->con = new NullPDO();
|
||||
$this->status = DatabaseStatus::CLOSED;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user