protected function DrupalWebTestCase::drupalSetSettings in Drupal 7
Sets the value of the Drupal.settings JavaScript variable for the currently loaded page.
1 call to DrupalWebTestCase::drupalSetSettings()
- DrupalWebTestCase::drupalPostAJAX in modules/
simpletest/ drupal_web_test_case.php - Execute an Ajax submission.
File
- modules/
simpletest/ drupal_web_test_case.php, line 3190
Class
- DrupalWebTestCase
- Test case for typical Drupal tests.
Code
protected function drupalSetSettings($settings) {
$this->drupalSettings = $settings;
}