Restore any variables we set.
File
-
tests/
advagg.test, line 180
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();
}