We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636a2af commit 1dfc9f0Copy full SHA for 1dfc9f0
Tests/SnsQsProducerTest.php
@@ -32,6 +32,9 @@ public function testShouldImplementProducerInterface()
32
$this->assertClassImplements(Producer::class, SnsQsProducer::class);
33
}
34
35
+ /**
36
+ * @doesNotPerformAssertions
37
+ */
38
public function testCouldBeConstructedWithRequiredArguments()
39
{
40
new SnsQsProducer($this->createSnsContextMock(), $this->createSqsContextMock());
0 commit comments