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 e46991f commit 81e3cbcCopy full SHA for 81e3cbc
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_OR_EMAIL => __('By IP or 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