You are here

function CommerceReportsProductTestCase::testSingleProduct in Commerce Reporting 7.3

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

File

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

Class

CommerceReportsProductTestCase

Code

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