Skip to content

Commit

Permalink
Rework DriverFactory, add separator option to Client Config.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Nov 21, 2018
1 parent c2851ca commit 2051323
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/Functional/WampConsumerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Enqueue\Wamp\Tests\Functional;

use Enqueue\Test\RetryTrait;
use Enqueue\Test\WampExtension;
use Enqueue\Wamp\WampMessage;
use PHPUnit\Framework\TestCase;
Expand All @@ -11,10 +12,12 @@
/**
* @group functional
* @group Wamp
* @retry 5
*/
class WampConsumerTest extends TestCase
{
use WampExtension;
use RetryTrait;

public static function setUpBeforeClass()
{
Expand Down

0 comments on commit 2051323

Please sign in to comment.