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 28e17b8 commit fc0da13Copy full SHA for fc0da13
Tests/SnsProducerTest.php
@@ -27,6 +27,9 @@ public function testShouldImplementProducerInterface()
27
$this->assertClassImplements(Producer::class, SnsProducer::class);
28
}
29
30
+ /**
31
+ * @doesNotPerformAssertions
32
+ */
33
public function testCouldBeConstructedWithRequiredArguments()
34
{
35
new SnsProducer($this->createSnsContextMock());
0 commit comments