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 66
77declare (strict_types=1 );
88
9- namespace Magento \TwoFactorAuth \Plugin ;
9+ namespace Magento \TwoFactorAuth \TestFramework \ Plugin ;
1010
1111use Closure ;
1212use Magento \Backend \App \AbstractAction ;
1717/**
1818 * Plugin that allows integration controller tests that are not aware of 2FA to run.
1919 */
20- class BypassTwoFactorAuthForTestFramework
20+ class BypassTwoFactorAuth
2121{
2222 public function aroundExecute (
2323 ControllerActionPredispatch $ subject ,
Original file line number Diff line number Diff line change 8787 </type >
8888
8989 <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 " />
9191 </type >
9292
9393 <virtualType name =" Magento\TwoFactorAuth\Model\Provider\Google" type =" Magento\TwoFactorAuth\Model\Provider" >
You can’t perform that action at this time.
0 commit comments