Move LoginFormAuthenticator directly in SiteConfig namespace

This commit is contained in:
Yassine Guedidi
2024-11-23 20:07:07 +01:00
parent ac6969f4cc
commit 0fdcbcf7fb
4 changed files with 9 additions and 10 deletions

View File

@ -14,7 +14,7 @@ use Monolog\Logger;
use PHPUnit\Framework\TestCase;
use Wallabag\Guzzle\AuthenticatorSubscriber;
use Wallabag\SiteConfig\ArraySiteConfigBuilder;
use Wallabag\SiteConfig\Authenticator\LoginFormAuthenticator;
use Wallabag\SiteConfig\LoginFormAuthenticator;
class AuthenticatorSubscriberTest extends TestCase
{