Skip to content

Commit 282aa5c

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 1dfc9f0 commit 282aa5c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Tests/SnsQsProducerTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ public function testShouldImplementProducerInterface()
3232
$this->assertClassImplements(Producer::class, SnsQsProducer::class);
3333
}
3434

35-
/**
36-
* @doesNotPerformAssertions
37-
*/
38-
public function testCouldBeConstructedWithRequiredArguments()
39-
{
40-
new SnsQsProducer($this->createSnsContextMock(), $this->createSqsContextMock());
41-
}
42-
4335
public function testShouldThrowIfMessageIsInvalidType()
4436
{
4537
$this->expectException(InvalidMessageException::class);

0 commit comments

Comments
 (0)