Skip to content

Commit 91791e2

Browse files
author
Joan He
committed
Merge remote-tracking branch 'origin/MAGETWO-39769-pk-autoincrement' into MAGETWO-43197-missing-interceptor
2 parents 1a2c834 + 2f307db commit 91791e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Model/Test/Unit/ModelResource/Db/AbstractDbTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ public function testSaveNewObject($pkIncrement)
499499
/**
500500
* Mock SUT so as not to test extraneous logic
501501
*/
502-
$model = $this->getMockBuilder('Magento\Framework\Model\Resource\Db\AbstractDb')
502+
$model = $this->getMockBuilder('Magento\Framework\Model\ModelResource\Db\AbstractDb')
503503
->disableOriginalConstructor()
504504
->setMethods(['_prepareDataForSave', 'getIdFieldName', 'getConnection', 'getMainTable'])
505505
->getMockForAbstractClass();

0 commit comments

Comments
 (0)