Fix tests namespaces

This commit is contained in:
Yassine Guedidi 2025-03-16 22:13:12 +01:00
parent f042e7e178
commit 787a812f8e
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace Security\Voter;
namespace Tests\Wallabag\Security\Voter;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

View file

@ -1,6 +1,6 @@
<?php
namespace Security\Voter;
namespace Tests\Wallabag\Security\Voter;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

View file

@ -1,6 +1,6 @@
<?php
namespace Security\Voter;
namespace Tests\Wallabag\Security\Voter;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

View file

@ -1,6 +1,6 @@
<?php
namespace Security\Voter;
namespace Tests\Wallabag\Security\Voter;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

View file

@ -1,6 +1,6 @@
<?php
namespace Security\Voter;
namespace Tests\Wallabag\Security\Voter;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;