You are here

protected function OGMTTestBase::_create_img_field in Open Graph meta tags 7.2

Same name and namespace in other branches
  1. 6 tests/TestBase.inc \OGMTTestBase::_create_img_field()
  2. 7 tests/TestBase.inc \OGMTTestBase::_create_img_field()
1 call to OGMTTestBase::_create_img_field()
OGMTBasicTest::testExtractImagesFromNode in tests/Basic.test

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