File tree Expand file tree Collapse file tree
src/Authentication/TwoFactorAuth/Infrastructure
Integration/Authentication/TwoFactorAuth/Infrastructure/Factory
Unit/Authentication/TwoFactorAuth/Infrastructure/Provider/Email Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88declare (strict_types=1 );
99
10- namespace OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Provider \ Factory ;
10+ namespace OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Factory ;
1111
1212use OxidEsales \Eshop \Core \Email ;
1313
Original file line number Diff line number Diff line change 55 * See LICENSE file for license details.
66 */
77
8- namespace OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Provider \ Factory ;
8+ namespace OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Factory ;
99
1010use OxidEsales \Eshop \Core \Email ;
1111
Original file line number Diff line number Diff line change @@ -3,5 +3,11 @@ services:
33 autowire : true
44 public : false
55
6- OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Infrastructure\Factory\UserFactoryInterface :
7- class : OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Infrastructure\Factory\UserFactory
6+ OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Infrastructure\Factory\UserModelFactoryInterface :
7+ class : OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Infrastructure\Factory\UserModelFactory
8+
9+ OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Infrastructure\Factory\NewUserFactoryInterface :
10+ class : OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Infrastructure\Factory\NewUserFactory
11+
12+ OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Infrastructure\Factory\EmailFactoryInterface :
13+ class : OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Infrastructure\Factory\EmailFactory
Original file line number Diff line number Diff line change 99
1010namespace OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Provider \Email ;
1111
12- use OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Provider \ Factory \EmailFactoryInterface ;
12+ use OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Factory \EmailFactoryInterface ;
1313use OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Provider \NotifierAdapterInterface ;
1414
1515class EmailAdapter implements NotifierAdapterInterface
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- imports :
2- - { resource: Factory/services.yaml }
3-
41services :
52 _defaults :
63 autowire : true
Original file line number Diff line number Diff line change 77
88declare (strict_types=1 );
99
10- namespace OxidEsales \SecurityModule \Tests \Integration \Authentication \TwoFactorAuth \Infrastructure \Provider \ Factory ;
10+ namespace OxidEsales \SecurityModule \Tests \Integration \Authentication \TwoFactorAuth \Infrastructure \Factory ;
1111
1212use OxidEsales \Eshop \Core \Email ;
13- use OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Provider \ Factory \EmailFactory ;
13+ use OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Factory \EmailFactory ;
1414use PHPUnit \Framework \TestCase ;
1515
1616class EmailFactoryTest extends TestCase
Original file line number Diff line number Diff line change 1111
1212use OxidEsales \Eshop \Core \Email ;
1313use OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Provider \Email \EmailAdapter ;
14- use OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Provider \ Factory \EmailFactoryInterface ;
14+ use OxidEsales \SecurityModule \Authentication \TwoFactorAuth \Infrastructure \Factory \EmailFactoryInterface ;
1515use PHPUnit \Framework \TestCase ;
1616
1717class EmailAdapterTest extends TestCase
You can’t perform that action at this time.
0 commit comments