Skip to content

Commit 85b590f

Browse files
committed
Fix related test
1 parent 9feec3a commit 85b590f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Model/Test/Unit/ResourceModel/AbstractResourceStub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function _construct()
3131
*
3232
* @return AdapterInterface
3333
*/
34-
protected function getConnection()
34+
public function getConnection()
3535
{
3636
return $this->connectionAdapter;
3737
}

0 commit comments

Comments
 (0)