You are here

protected function DrupalWebTestCase::drupalSetSettings in SimpleTest 6.2

Same name and namespace in other branches
  1. 7.2 drupal_web_test_case.php \DrupalWebTestCase::drupalSetSettings()

Sets the value of the Drupal.settings JavaScript variable for the currently loaded page.

File

./drupal_web_test_case.php, line 2361

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected function drupalSetSettings($settings) {
  $this->drupalSettings = $settings;
}