Skip to content

Commit fc0da13

Browse files
committed
Fixing risky tests
Makring tests that have no assertions with the annotation to suppress phpunits warning around risky tests closes 1370
1 parent 28e17b8 commit fc0da13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/SnsProducerTest.php

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

30+
/**
31+
* @doesNotPerformAssertions
32+
*/
3033
public function testCouldBeConstructedWithRequiredArguments()
3134
{
3235
new SnsProducer($this->createSnsContextMock());

0 commit comments

Comments
 (0)