Update StatementMock to implement the right interface.
This commit is contained in:
parent
1559db7ac1
commit
a59367423a
@ -75,14 +75,14 @@ class StatementMock implements \IteratorAggregate, Statement
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function fetch($fetchStyle = null)
|
public function fetch($fetchMode = null, $cursorOrientation = \PDO::FETCH_ORI_NEXT, $cursorOffset = 0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function fetchAll($fetchStyle = null)
|
public function fetchAll($fetchMode = null, $fetchArgument = null, $ctorArgs = null)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user