Skip to content

Commit c53a498

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 ed0b009 commit c53a498

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Tests/Spec/JsonSerializerTest.php

-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ public function testShouldImplementSerializerInterface()
2020
$this->assertClassImplements(Serializer::class, JsonSerializer::class);
2121
}
2222

23-
/**
24-
* @doesNotPerformAssertions
25-
*/
26-
public function testCouldBeConstructedWithoutAnyArguments()
27-
{
28-
new JsonSerializer();
29-
}
30-
3123
public function testShouldConvertMessageToJsonString()
3224
{
3325
$serializer = new JsonSerializer();

0 commit comments

Comments
 (0)