You are here

function CommerceReportsCustomerTestCase::testSingleCustomerMultipleProducts in Commerce Reporting 7.4

Make one customer perform multiple orders with multiple products. Then verifies if the reporting is correct.

File

src/Tests/CommerceReportsCustomerTestCase.php, line 34

Class

CommerceReportsCustomerTestCase

Namespace

Drupal\commerce_reports\Tests

Code

function testSingleCustomerMultipleProducts() {
  $this
    ->createProducts(5);
  $this
    ->createOrders();
  $this
    ->_test();
}