We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4991fe commit 6b56ef8Copy full SHA for 6b56ef8
Tests/DsnTest.php
@@ -8,6 +8,9 @@
8
9
class DsnTest extends TestCase
10
{
11
+ /**
12
+ * @doesNotPerformAssertions
13
+ */
14
public function testCouldBeConstructedWithDsnAsFirstArgument()
15
16
Dsn::parseFirst('foo://localhost:1234');
0 commit comments