Skip to content

Commit fe21a43

Browse files
committed
Rename Test to be more meaningful
1 parent 65ac7b7 commit fe21a43

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
@@ -36,9 +36,9 @@ public function testExpectRedirectResponseWhenDispatchNotAllowedAction()
3636
}
3737

3838
/**
39-
* Allowed actions should be displayed
39+
* Allowed actions should be rendered normally
4040
*/
41-
public function testExpectPageDispatchWhenAllowedAction()
41+
public function testExpectPageResponseWhenAllowedAction()
4242
{
4343
$this->overrideAllowedActions(['create']);
4444

0 commit comments

Comments
 (0)