public function testOutputJsonLd()
 {
     $this->expectOutputString($this->schema->getJsonLd());
     $this->schema->outputJsonLd();
 }