1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-20 19:07:02 +00:00

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
commit 9a55f17b42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;