Added a test for itemid and content attributes

This commit is contained in:
Yusuf Kandemir
2018-12-18 11:29:31 +03:00
parent f763ad5b56
commit d2f6572125
3 changed files with 32 additions and 0 deletions

View File

@ -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')
],
];
}