You are here

public function CommerceReportsSalesTestCase::testSingleOrder in Commerce Reporting 7.3

File

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

Class

CommerceReportsSalesTestCase

Code

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