You are here

public function CommerceReportsSalesTestCase::testSingleOrder in Commerce Reporting 7.4

File

src/Tests/CommerceReportsSalesTestCase.php, line 21

Class

CommerceReportsSalesTestCase

Namespace

Drupal\commerce_reports\Tests

Code

public function testSingleOrder() {
  $this
    ->createOrders(1, FALSE, $this
    ->_getDates());
  $this
    ->_test();
}