Added test data for <object> and <data> tags

This commit is contained in:
Yusuf Kandemir
2018-11-13 19:54:01 +03:00
parent c87b49408a
commit 5c694a7e4c
3 changed files with 42 additions and 0 deletions

View File

@ -70,6 +70,9 @@ class MicrodataParserTest extends \PHPUnit\Framework\TestCase
'Itemref & src based tags' => [
$this->getTestData('Itemref', 'source.html', 'result.json')
],
'Object & Data tags' => [
$this->getTestData('Object & Data', 'source.html', 'result.json')
],
];
}