Exemplo n.º 1
0
 public function testExtendedSerializationIsEmptyByDefault()
 {
     $this->assertInternalType('array', $this->writer->jsonSerializeDetails());
     $this->assertEmpty($this->writer->jsonSerializeDetails());
 }