Skip to content

Commit 130f4c4

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 6b56ef8 commit 130f4c4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Tests/DsnTest.php

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

99
class DsnTest extends TestCase
1010
{
11-
/**
12-
* @doesNotPerformAssertions
13-
*/
14-
public function testCouldBeConstructedWithDsnAsFirstArgument()
15-
{
16-
Dsn::parseFirst('foo://localhost:1234');
17-
}
18-
1911
public function testThrowsIfSchemePartIsMissing()
2012
{
2113
$this->expectException(\LogicException::class);

0 commit comments

Comments
 (0)