Skip to content

Commit 6b56ef8

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 f4991fe commit 6b56ef8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/DsnTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
class DsnTest extends TestCase
1010
{
11+
/**
12+
* @doesNotPerformAssertions
13+
*/
1114
public function testCouldBeConstructedWithDsnAsFirstArgument()
1215
{
1316
Dsn::parseFirst('foo://localhost:1234');

0 commit comments

Comments
 (0)