Added tests for output methods

This commit is contained in:
Yusuf Kandemir
2018-11-12 11:30:42 +03:00
parent d769253701
commit 2225011252
2 changed files with 39 additions and 11 deletions

View File

@ -30,7 +30,7 @@ class MicrodataParser
return json_encode($this->extractMicrodata(), $options, $depth);
}
public function extractMicrodata()
protected function extractMicrodata()
{
$result = new \stdClass;