File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
declare (strict_types=1 );
8
8
9
- namespace Magento \TwoFactorAuth \Plugin ;
9
+ namespace Magento \TwoFactorAuth \TestFramework \ Plugin ;
10
10
11
11
use Closure ;
12
12
use Magento \Backend \App \AbstractAction ;
17
17
/**
18
18
* Plugin that allows integration controller tests that are not aware of 2FA to run.
19
19
*/
20
- class BypassTwoFactorAuthForTestFramework
20
+ class BypassTwoFactorAuth
21
21
{
22
22
public function aroundExecute (
23
23
ControllerActionPredispatch $ subject ,
Original file line number Diff line number Diff line change 87
87
</type >
88
88
89
89
<type name =" Magento\TwoFactorAuth\Observer\ControllerActionPredispatch" >
90
- <plugin name =" bypass_twofactorauth_testframework" type =" Magento\TwoFactorAuth\Plugin\BypassTwoFactorAuthForTestFramework " />
90
+ <plugin name =" bypass_twofactorauth_testframework" type =" Magento\TwoFactorAuth\TestFramework\ Plugin\BypassTwoFactorAuth " />
91
91
</type >
92
92
93
93
<virtualType name =" Magento\TwoFactorAuth\Model\Provider\Google" type =" Magento\TwoFactorAuth\Model\Provider" >
You can’t perform that action at this time.
0 commit comments