function CascadingStylesheetsTestCase::setUp
Overrides DrupalWebTestCase::setUp
File
-
modules/
simpletest/ tests/ common.test, line 757
Class
- CascadingStylesheetsTestCase
- Test the Drupal CSS system.
Code
function setUp() {
parent::setUp('php', 'locale', 'common_test');
// Reset drupal_add_css() before each test.
drupal_static_reset('drupal_add_css');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.