Skip to content

Commit 4e848f3

Browse files
committed
Fix some test namespace issues
1 parent cb42194 commit 4e848f3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/Fixtures/DummyExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Fixtures;
5+
namespace Patchlevel\EventSourcingBundle\Tests\Fixtures;
66

77
use Patchlevel\Hydrator\Extension;
88
use Patchlevel\Hydrator\StackHydratorBuilder;

tests/Fixtures/DummyGuesser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Fixtures;
5+
namespace Patchlevel\EventSourcingBundle\Tests\Fixtures;
66

77
use Patchlevel\Hydrator\Guesser\Guesser;
88
use Patchlevel\Hydrator\Normalizer\Normalizer;

tests/Unit/PatchlevelEventSourcingBundleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
use Doctrine\Migrations\Tools\Console\Command\MigrateCommand;
1414
use Doctrine\Migrations\Tools\Console\Command\StatusCommand;
1515
use Doctrine\Persistence\ManagerRegistry;
16-
use Fixtures\DummyExtension;
17-
use Fixtures\DummyGuesser;
1816
use InvalidArgumentException;
1917
use Patchlevel\EventSourcing\Attribute\Aggregate;
2018
use Patchlevel\EventSourcing\Attribute\Event;
@@ -102,6 +100,8 @@
102100
use Patchlevel\EventSourcingBundle\Tests\Fixtures\CreateProfile;
103101
use Patchlevel\EventSourcingBundle\Tests\Fixtures\CustomHeader;
104102
use Patchlevel\EventSourcingBundle\Tests\Fixtures\DummyArgumentResolver;
103+
use Patchlevel\EventSourcingBundle\Tests\Fixtures\DummyExtension;
104+
use Patchlevel\EventSourcingBundle\Tests\Fixtures\DummyGuesser;
105105
use Patchlevel\EventSourcingBundle\Tests\Fixtures\Listener1;
106106
use Patchlevel\EventSourcingBundle\Tests\Fixtures\Listener2;
107107
use Patchlevel\EventSourcingBundle\Tests\Fixtures\Profile;

0 commit comments

Comments
 (0)