protected function OGMTTestBase::_create_img_field in Open Graph meta tags 7.2
Same name and namespace in other branches
- 6 tests/TestBase.inc \OGMTTestBase::_create_img_field()
- 7 tests/TestBase.inc \OGMTTestBase::_create_img_field()
1 call to OGMTTestBase::_create_img_field()
File
- tests/
TestBase.inc, line 50
Class
- OGMTTestBase
- Base test class
Code
protected function _create_img_field($mime, $path) {
return array(
'filemime' => $mime,
'uri' => $path,
);
}