You are here

function CommerceReportsCustomerTestCase::testSingleCustomer in Commerce Reporting 7.4

Tests creating a single order for a single customer, containing a single product with a variable quantity. Then verifies if the reporting is correct.

File

src/Tests/CommerceReportsCustomerTestCase.php, line 24

Class

CommerceReportsCustomerTestCase

Namespace

Drupal\commerce_reports\Tests

Code

function testSingleCustomer() {
  $this
    ->createOrders();
  $this
    ->_test();
}