Restore any variables we set.
Fichier
-
tests/
advagg.test, line 180
Classe
- AdvAggCascadingStylesheetsTestCase
- Test the Drupal CSS system.
Code
public function tearDown() {
// Restore configured value for CSS preprocessing.
variable_set('preprocess_css', $this->preprocessCss);
parent::tearDown();
}