You are here

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

Same name and namespace in other branches
  1. 6 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
Sets up a Drupal site for running functional and integration tests.

File

tests/TestBase.inc, line 86

Class

OGMTTestBase
Base test class

Code

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