コード例 #1
0
 public function testOutputJsonLd()
 {
     $this->expectOutputString($this->schema->getJsonLd());
     $this->schema->outputJsonLd();
 }