You are here

public function CommerceReportsSalesTestCase::testMultipleOrders in Commerce Reporting 7.4

File

src/Tests/CommerceReportsSalesTestCase.php, line 27

Class

CommerceReportsSalesTestCase

Namespace

Drupal\commerce_reports\Tests

Code

public function testMultipleOrders() {
  $this
    ->createCustomers(5);
  $this
    ->createOrders(20, FALSE, $this
    ->_getDates());
  $this
    ->_test();
}