Skip to content

Commit 1dfc9f0

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 636a2af commit 1dfc9f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/SnsQsProducerTest.php

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

35+
/**
36+
* @doesNotPerformAssertions
37+
*/
3538
public function testCouldBeConstructedWithRequiredArguments()
3639
{
3740
new SnsQsProducer($this->createSnsContextMock(), $this->createSqsContextMock());

0 commit comments

Comments
 (0)