You are here

public function OGMTestSettings::set in Open Graph meta tags 7.2

Same name and namespace in other branches
  1. 6 tests/TestBase.inc \OGMTestSettings::set()
  2. 7 tests/TestBase.inc \OGMTestSettings::set()

Overrides OGMSettings::set

File

tests/TestBase.inc, line 61

Class

OGMTestSettings

Code

public function set($name, $value) {
  $this->vars[$name] = $value;
}