Skip to content

Commit 11a357b

Browse files
committed
Removing constructor tests
Removing all tests that creates a new instance but doesn't call any methods nor preform any assertions.
1 parent fc0da13 commit 11a357b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Tests/SnsProducerTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ public function testShouldImplementProducerInterface()
2727
$this->assertClassImplements(Producer::class, SnsProducer::class);
2828
}
2929

30-
/**
31-
* @doesNotPerformAssertions
32-
*/
33-
public function testCouldBeConstructedWithRequiredArguments()
34-
{
35-
new SnsProducer($this->createSnsContextMock());
36-
}
37-
3830
public function testShouldThrowIfBodyOfInvalidType()
3931
{
4032
$this->expectException(InvalidMessageException::class);

0 commit comments

Comments
 (0)