Fix getMock MapperTestUtility
This commit is contained in:
parent
3dc840cadf
commit
4066f04c4b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ abstract class MapperTestUtility extends \Test\TestCase {
|
|||
->disableOriginalConstructor()
|
||||
->getMock();
|
||||
|
||||
$this->query = $this->getMock('\PDOStatement');
|
||||
$this->query = $this->createMock('\PDOStatement');
|
||||
$this->queryAt = 0;
|
||||
$this->prepareAt = 0;
|
||||
$this->iterators = [];
|
||||
|
|
Loading…
Reference in a new issue