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 36a2245 commit e46991fCopy full SHA for e46991f
app/code/Magento/Security/Test/Unit/Model/Config/Source/ResetMethodTest.php
@@ -41,8 +41,8 @@ public function testToOptionArray()
41
{
42
$expected = [
43
[
44
- 'value' => ResetMethod::OPTION_BY_IP_OR_EMAIL,
45
- 'label' => __('By IP or Email')
+ 'value' => ResetMethod::OPTION_BY_IP_AND_EMAIL,
+ 'label' => __('By IP and Email')
46
],
47
48
'value' => ResetMethod::OPTION_BY_IP,
0 commit comments