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 47e17a5 commit 1875102Copy full SHA for 1875102
app/code/Magento/Security/Test/Unit/Model/Config/Source/ResetMethodTest.php
@@ -63,7 +63,7 @@ public function testToOptionArray()
63
public function testToArray()
64
{
65
$expected = [
66
- ResetMethod::OPTION_BY_IP_AND_EMAIL => __('By IP and Email'),
+ ResetMethod::OPTION_BY_IP_AND_EMAIL => __('By IP and Email'),
67
ResetMethod::OPTION_BY_IP => __('By IP'),
68
ResetMethod::OPTION_BY_EMAIL => __('By Email'),
69
ResetMethod::OPTION_NONE => __('None'),
0 commit comments