fix connection mock fetchColumn signature
This commit is contained in:
parent
b65d9e6c83
commit
5f93c83059
@ -83,7 +83,7 @@ class ConnectionMock extends \Doctrine\DBAL\Connection
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function fetchColumn($statement, array $params = array(), $colnum = 0)
|
||||
public function fetchColumn($statement, array $params = array(), $colnum = 0, array $types = array())
|
||||
{
|
||||
return $this->_fetchOneResult;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user