You are here

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

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

Overrides OGMSettings::set

File

tests/TestBase.inc, line 98

Class

OGMTestSettings

Code

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