Skip to content

Commit 4bb0dd9

Browse files
committed
Fix more attributes; nullable params
1 parent ba313bf commit 4bb0dd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/MongodbSubscriptionConsumerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
use Enqueue\Mongodb\MongodbConsumer;
88
use Enqueue\Mongodb\MongodbContext;
99
use Enqueue\Mongodb\MongodbSubscriptionConsumer;
10+
use Enqueue\Test\ReadAttributeTrait;
1011
use Interop\Queue\Consumer;
1112
use Interop\Queue\Queue;
1213
use Interop\Queue\SubscriptionConsumer;
1314
use PHPUnit\Framework\TestCase;
1415

1516
class MongodbSubscriptionConsumerTest extends TestCase
1617
{
18+
use ReadAttributeTrait;
19+
1720
public function testShouldImplementSubscriptionConsumerInterface()
1821
{
1922
$rc = new \ReflectionClass(MongodbSubscriptionConsumer::class);

0 commit comments

Comments
 (0)