DDC-3336 - adding $types
parameter to ConnectionMock#fetchColumn()
for DBAL 2.5 compatibility
This commit is contained in:
parent
f0e6408005
commit
801e7f0ef7
@ -83,7 +83,7 @@ class ConnectionMock extends \Doctrine\DBAL\Connection
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function fetchColumn($statement, array $params = array(), $colnum = 0)
|
public function fetchColumn($statement, array $params = array(), $column = 0, array $types = array())
|
||||||
{
|
{
|
||||||
return $this->_fetchOneResult;
|
return $this->_fetchOneResult;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user