You are here

public function CommerceReportsSalesTestCase::testNoOrders in Commerce Reporting 7.3

File

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

Class

CommerceReportsSalesTestCase

Code

public function testNoOrders() {
  $this
    ->_getDates();
  $this
    ->_test();
}