From 2051323e62432f0467bb222e75a2b042d2b3d8d6 Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Wed, 21 Nov 2018 13:55:20 +0200 Subject: [PATCH] Rework DriverFactory, add separator option to Client Config. --- Tests/Functional/WampConsumerTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tests/Functional/WampConsumerTest.php b/Tests/Functional/WampConsumerTest.php index e9d3fca..f76cce7 100644 --- a/Tests/Functional/WampConsumerTest.php +++ b/Tests/Functional/WampConsumerTest.php @@ -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; @@ -11,10 +12,12 @@ /** * @group functional * @group Wamp + * @retry 5 */ class WampConsumerTest extends TestCase { use WampExtension; + use RetryTrait; public static function setUpBeforeClass() {