protected function DrupalWebTestCase::drupalGetSettings in SimpleTest 7.2
Same name and namespace in other branches
- 6.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 2642 - Provides DrupalTestCase, DrupalUnitTestCase, and DrupalWebTestCase classes.
Class
- DrupalWebTestCase
- Test case for typical Drupal tests.
Code
protected function drupalGetSettings() {
return $this->drupalSettings;
}