Skip to content

Commit 65ac7b7

Browse files
committed
Invalid name (was Mock instead of Fake)
1 parent 1b014f8 commit 65ac7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/AuthenticationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ public function testExpectPageDispatchWhenAllowedAction()
5555
private function overrideAllowedActions(array $allowedActions): void
5656
{
5757
$allowedActions = array_combine($allowedActions, $allowedActions);
58-
$pluginMock = $this->_objectManager->create(AccountPlugin::class, ['allowedActions' => $allowedActions]);
59-
$this->_objectManager->addSharedInstance($pluginMock, AccountPlugin::class);
58+
$pluginFake = $this->_objectManager->create(AccountPlugin::class, ['allowedActions' => $allowedActions]);
59+
$this->_objectManager->addSharedInstance($pluginFake, AccountPlugin::class);
6060
}
6161

6262
/**

0 commit comments

Comments
 (0)