You are here

protected function OGMTTestBase::_reset_rendered_tags in Open Graph meta tags 6

Same name and namespace in other branches
  1. 7 tests/TestBase.inc \OGMTTestBase::_reset_rendered_tags()
3 calls to OGMTTestBase::_reset_rendered_tags()
OGMTBasicTest::testNodeOverrideDefaultImage in tests/Basic.test
OGMTHookTest::testOGTagRenderAlterHook in tests/Hooks.test
OGMTTestBase::setUp in tests/TestBase.inc
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…

File

tests/TestBase.inc, line 98

Class

OGMTTestBase
Base test class

Code

protected function _reset_rendered_tags() {
  $this->ogm
    ->__reset_tags_already_output();
  $this->ogm_render->meta = array();
}