You are here

function CommerceReportsCustomerTestCase::setUp in Commerce Reporting 7.4

Overrides DrupalWebTestCase::setUp().

Overrides CommerceReportsBaseTestCase::setUp

File

src/Tests/CommerceReportsCustomerTestCase.php, line 15

Class

CommerceReportsCustomerTestCase

Namespace

Drupal\commerce_reports\Tests

Code

function setUp() {
  $this
    ->resetAll();
  parent::setUp();
}