fixing tests
This commit is contained in:
parent
385f6c2b89
commit
a388c15650
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue