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

Rename WallabagCoreTestCase to WallabagTestCase

This commit is contained in:
Yassine Guedidi 2024-02-24 20:24:51 +01:00
parent cd6f7b5e92
commit c092e4ddf6
40 changed files with 79 additions and 79 deletions

View file

@ -8,12 +8,12 @@ use Monolog\Handler\TestHandler;
use Monolog\Logger;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
use Tests\Wallabag\WallabagCoreTestCase;
use Tests\Wallabag\WallabagTestCase;
use Wallabag\Entity\User;
use Wallabag\Repository\SiteCredentialRepository;
use Wallabag\SiteConfig\GrabySiteConfigBuilder;
class GrabySiteConfigBuilderTest extends WallabagCoreTestCase
class GrabySiteConfigBuilderTest extends WallabagTestCase
{
private $builder;