1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Rename GuzzleSiteAuthenticator namespace to SiteConfig

This commit is contained in:
Yassine Guedidi 2024-02-02 21:33:09 +01:00
parent 5aeb116d83
commit 8abea942b3
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace Tests\Wallabag\CoreBundle\GuzzleSiteAuthenticator;
namespace Tests\Wallabag\CoreBundle\SiteConfig;
use Graby\SiteConfig\ConfigBuilder;
use Graby\SiteConfig\SiteConfig as GrabySiteConfig;
@ -10,8 +10,8 @@ use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
use Tests\Wallabag\CoreBundle\WallabagCoreTestCase;
use Wallabag\CoreBundle\Entity\User;
use Wallabag\CoreBundle\GuzzleSiteAuthenticator\GrabySiteConfigBuilder;
use Wallabag\CoreBundle\Repository\SiteCredentialRepository;
use Wallabag\CoreBundle\SiteConfig\GrabySiteConfigBuilder;
class GrabySiteConfigBuilderTest extends WallabagCoreTestCase
{