Skip to content

Commit

Permalink
test: Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Apr 1, 2024
1 parent ca0dc99 commit 501ae89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tienvx\Bundle\MbtBundle\Tests\Unit\DependencyInjection;
namespace Tienvx\Bundle\PactMessengerBundle\Tests\Unit\DependencyInjection;

use PHPUnit\Framework\TestCase;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tienvx\Bundle\PactProviderBundle\Tests\Unit\EventListener;
namespace Tienvx\Bundle\PactMessengerBundle\Tests\Unit\EventListener;

use PHPUnit\Framework\MockObject\MockObject;
use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Service/EnvelopeCollectorTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tienvx\Bundle\PactProviderBundle\Tests\Unit\Service;
namespace Tienvx\Bundle\PactMessengerBundle\Tests\Unit\Service;

use PHPUnit\Framework\TestCase;
use Symfony\Component\Messenger\Envelope;
Expand Down

0 comments on commit 501ae89

Please sign in to comment.