Skip to content

Commit

Permalink
Add reset message queues before scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiidonii committed Oct 20, 2024
1 parent fe61e0a commit 42396f5
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
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace DependencyInjection;
namespace BehatMessengerContext\Tests\DependencyInjection;

use BehatMessengerContext\Context\MessengerContext;
use BehatMessengerContext\DependencyInjection\BehatMessengerContextExtension;
Expand Down
2 changes: 1 addition & 1 deletion tests/DependencyInjection/ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace DependencyInjection;
namespace BehatMessengerContext\Tests\DependencyInjection;

use BehatMessengerContext\DependencyInjection\Configuration;
use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion tests/MessengerContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace BehatMessengerContext\Tests\Context;
namespace BehatMessengerContext\Tests;

use Behat\Gherkin\Node\PyStringNode;
use BehatMessengerContext\Context\MessengerContext;
Expand Down

0 comments on commit 42396f5

Please sign in to comment.