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 65ac7b7 commit fe21a43Copy full SHA for fe21a43
dev/tests/integration/testsuite/Magento/Customer/Controller/AuthenticationTest.php
@@ -36,9 +36,9 @@ public function testExpectRedirectResponseWhenDispatchNotAllowedAction()
36
}
37
38
/**
39
- * Allowed actions should be displayed
+ * Allowed actions should be rendered normally
40
*/
41
- public function testExpectPageDispatchWhenAllowedAction()
+ public function testExpectPageResponseWhenAllowedAction()
42
{
43
$this->overrideAllowedActions(['create']);
44
0 commit comments