public function testMicrodataHtmlFileWithIris()
    {
        $things = (new Microdata(true))->parseHtmlFile(
            dirname(__DIR__).DIRECTORY_SEPARATOR.'Fixtures'.DIRECTORY_SEPARATOR.'movie-microdata.html'
        );