public function CommerceReportsSalesTestCase::testMultipleOrders in Commerce Reporting 7.4
File
- src/
Tests/ CommerceReportsSalesTestCase.php, line 27
Class
Namespace
Drupal\commerce_reports\TestsCode
public function testMultipleOrders() {
$this
->createCustomers(5);
$this
->createOrders(20, FALSE, $this
->_getDates());
$this
->_test();
}