Restore any variables we set.
File
-
tests/
advagg.test, line 804
Class
- AdvAggJavaScriptTestCase
- Tests for the JavaScript system.
Code
public function tearDown() {
// Restore configured value for JavaScript preprocessing.
variable_set('preprocess_js', $this->preprocessJs);
parent::tearDown();
}