public function testOutputMicrodata()
 {
     $this->expectOutputString($this->schema->getMicrodata());
     $this->schema->outputMicrodata();
 }