You are here

protected function DrupalWebTestCase::drupalGetSettings in SimpleTest 6.2

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

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

File

./drupal_web_test_case.php, line 2310

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected function drupalGetSettings() {
  return $this->drupalSettings;
}