Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcHagen committed Feb 12, 2024
1 parent 3977bed commit fa10b7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Functional/Controller/BaseAclControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Packeton\Tests\Functional\Controller;

use Packeton\Tests\Phpunit\PacketonTestTrait;
use Packeton\Tests\Functional\PacketonTestTrait;
use PHPUnit\Framework\Attributes\DataProvider;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

Expand Down
2 changes: 1 addition & 1 deletion tests/Functional/Controller/ProviderControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Packeton\Tests\Functional\Controller;

use Packeton\Tests\Phpunit\PacketonTestTrait;
use Packeton\Tests\Functional\PacketonTestTrait;
use PHPUnit\Framework\Attributes\DataProvider;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Packeton\Tests\Phpunit;
namespace Packeton\Tests\Functional;

use Doctrine\Persistence\ManagerRegistry;
use Packeton\Entity\User;
Expand Down

0 comments on commit fa10b7d

Please sign in to comment.