You are here

function CommerceReportsViewsExportTestCase::setUp in Commerce Reporting 7.4

Overrides DrupalWebTestCase::setUp().

Overrides CommerceReportsBaseTestCase::setUp

File

src/Tests/CommerceReportsViewsExportTestCase.php, line 18

Class

CommerceReportsViewsExportTestCase
Class CommerceReportsViewsExportTestCase

Namespace

Drupal\commerce_reports\Tests

Code

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