public function AdvAggCascadingStylesheetsTestCase::tearDown in Advanced CSS/JS Aggregation 7.2
Restore any variables we set.
Overrides DrupalWebTestCase::tearDown
File
- tests/
advagg.test, line 180 - Tests for advagg.module.
Class
- AdvAggCascadingStylesheetsTestCase
- Test the Drupal CSS system.
Code
public function tearDown() {
// Restore configured value for CSS preprocessing.
variable_set('preprocess_css', $this->preprocessCss);
parent::tearDown();
}