public function AdvAggJavaScriptTestCase::tearDown in Advanced CSS/JS Aggregation 7.2
Restore any variables we set.
Overrides DrupalWebTestCase::tearDown
File
- tests/
advagg.test, line 804 - Tests for advagg.module.
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();
}