Merge pull request #8096 from wallabag/fix-tests-namespaces

Fix tests namespaces
This commit is contained in:
Yassine Guedidi
2025-03-17 08:47:11 +01:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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