Added itemref support and test
The test also tests "src based tags" as can be seen in dataset name
This commit is contained in:
@ -67,6 +67,9 @@ class MicrodataParserTest extends \PHPUnit\Framework\TestCase
|
||||
'W3C Example' => [
|
||||
$this->getTestData('W3C', 'source.html', 'result.json')
|
||||
],
|
||||
'Itemref & src based tags' => [
|
||||
$this->getTestData('Itemref', 'source.html', 'result.json')
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user