You are here

function CommerceReportsProductTestCase::testSingleProduct in Commerce Reporting 7.4

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

File

src/Tests/CommerceReportsProductTestCase.php, line 24

Class

CommerceReportsProductTestCase

Namespace

Drupal\commerce_reports\Tests

Code

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