Skip to content

Commit

Permalink
fix wrong namespace in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ramunasd committed Feb 19, 2021
1 parent 352162a commit 688a125
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Functional/Channel/DirectExchangeTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace PhpAmqpLib\Tests\Functional;
namespace PhpAmqpLib\Tests\Functional\Channel;

use PhpAmqpLib\Message\AMQPMessage;
use PhpAmqpLib\Tests\Functional\Channel\ChannelTestCase;
Expand Down
2 changes: 1 addition & 1 deletion tests/Functional/Channel/TopicExchangeTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace PhpAmqpLib\Tests\Functional;
namespace PhpAmqpLib\Tests\Functional\Channel;

use PhpAmqpLib\Connection\AMQPSocketConnection;
use PhpAmqpLib\Message\AMQPMessage;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Connection/LibraryPropertiesTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace PhpAmqpLib\Tests\Unit\Helper;
namespace PhpAmqpLib\Tests\Unit\Connection;

use PHPUnit\Framework\TestCase;

Expand Down

0 comments on commit 688a125

Please sign in to comment.