Skip to content

Commit b8b38b7

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

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,8 @@
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;
16+
use Patchlevel\EventSourcingBundle\Tests\Fixtures\DummyExtension;
17+
use Patchlevel\EventSourcingBundle\Tests\Fixtures\DummyGuesser;
1818
use InvalidArgumentException;
1919
use Patchlevel\EventSourcing\Attribute\Aggregate;
2020
use Patchlevel\EventSourcing\Attribute\Event;

0 commit comments

Comments
 (0)