Restore any variables we set.

Fichier

tests/advagg.test, line 804

Classe

AdvAggJavaScriptTestCase
Tests for the JavaScript system.

Code

public function tearDown() {
    // Restore configured value for JavaScript preprocessing.
    variable_set('preprocess_js', $this->preprocessJs);
    parent::tearDown();
}