Fix getMock MapperTestUtility

This commit is contained in:
Roeland Jago Douma 2016-09-07 19:36:22 +02:00
parent 3dc840cadf
commit 4066f04c4b
No known key found for this signature in database
GPG key ID: 1E152838F164D13B

View file

@ -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 = [];