function setUp()
 {
     $this->resetAll();
     parent::setUp();
 }
 function setUp()
 {
     $this->resetAll();
     $this->additional_modules[] = 'views_data_export';
     parent::setUp();
 }