You are here

public function CommerceReportsSalesTestCase::testNoOrders in Commerce Reporting 7.4

File

src/Tests/CommerceReportsSalesTestCase.php, line 15

Class

CommerceReportsSalesTestCase

Namespace

Drupal\commerce_reports\Tests

Code

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