Added a test for itemid and content attributes
This commit is contained in:
@ -96,6 +96,9 @@ class MicrodataParserTest extends \PHPUnit\Framework\TestCase
|
||||
'Object & Data tags' => [
|
||||
$this->getTestData('Object & Data', 'source.html', 'result.json')
|
||||
],
|
||||
'Itemid & Content attributes' => [
|
||||
$this->getTestData('Itemid & Content', 'source.html', 'result.json')
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user