test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-23 15:51:59 +00:00
parent 85bed9ec2f
commit c10e65bcf5

View File

@ -180,7 +180,6 @@ abstract class ConnectionAbstract implements ConnectionInterface
*/ */
public function close() : void public function close() : void
{ {
var_dump("closed");
$this->con = new NullPDO(); $this->con = new NullPDO();
$this->status = DatabaseStatus::CLOSED; $this->status = DatabaseStatus::CLOSED;
} }