We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0b009 commit c53a498Copy full SHA for c53a498
Tests/Spec/JsonSerializerTest.php
@@ -20,14 +20,6 @@ public function testShouldImplementSerializerInterface()
20
$this->assertClassImplements(Serializer::class, JsonSerializer::class);
21
}
22
23
- /**
24
- * @doesNotPerformAssertions
25
- */
26
- public function testCouldBeConstructedWithoutAnyArguments()
27
- {
28
- new JsonSerializer();
29
- }
30
-
31
public function testShouldConvertMessageToJsonString()
32
{
33
$serializer = new JsonSerializer();
0 commit comments