We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c9601 commit f733ee3Copy full SHA for f733ee3
lib/internal/Magento/Framework/Model/Test/Unit/ResourceModel/AbstractResourceTest.php
@@ -239,7 +239,7 @@ function () use ($closureExpectation) {
239
*/
240
public function testCommitZeroLevelCallbackException(): void
241
{
242
- /** @var AdapterInterface|\PHPUnit_Framework_MockObject_MockObject $connection */
+ /** @var AdapterInterface|MockObject $connection */
243
$connection = $this->createMock(AdapterInterface::class);
244
245
$this->model->setConnection($connection);
0 commit comments