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 1dfc9f0 commit 282aa5cCopy full SHA for 282aa5c
Tests/SnsQsProducerTest.php
@@ -32,14 +32,6 @@ 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());
41
- }
42
-
43
public function testShouldThrowIfMessageIsInvalidType()
44
{
45
$this->expectException(InvalidMessageException::class);
0 commit comments