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 689d132 commit ed0b009Copy full SHA for ed0b009
Tests/Spec/JsonSerializerTest.php
@@ -20,6 +20,9 @@ public function testShouldImplementSerializerInterface()
20
$this->assertClassImplements(Serializer::class, JsonSerializer::class);
21
}
22
23
+ /**
24
+ * @doesNotPerformAssertions
25
+ */
26
public function testCouldBeConstructedWithoutAnyArguments()
27
{
28
new JsonSerializer();
0 commit comments