fixing tests

This commit is contained in:
Joby Elliott 2019-03-13 10:04:00 -06:00
parent 385f6c2b89
commit a388c15650

View file

@ -10,10 +10,14 @@ class HarnessDriver implements Drivers\DSODriverInterface
public $last_update;
public $last_delete;
public function __construct(string $dsn, string $username=null, string $password=null, array $options=null)
public function __construct(string $dsn=null, string $username=null, string $password=null, array $options=null)
{
}
public function &pdo(\PDO &$pdo=null) : ?\PDO {
return null;
}
public function createTable(string $table, array $virtualColumns) : bool
{
//TODO: add tests for this too