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 fc0da13 commit 11a357bCopy full SHA for 11a357b
Tests/SnsProducerTest.php
@@ -27,14 +27,6 @@ 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());
36
- }
37
-
38
public function testShouldThrowIfBodyOfInvalidType()
39
{
40
$this->expectException(InvalidMessageException::class);
0 commit comments