You are here

function CommerceReportsCustomerTestCase::testSingleCustomer in Commerce Reporting 7.3

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

tests/commerce_reports.test, line 458
Unit tests for the commerce reports module.

Class

CommerceReportsCustomerTestCase

Code

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