public function CommerceReportsSalesTestCase::testMultipleOrders in Commerce Reporting 7.3
File
- tests/
commerce_reports.test, line 345 - Unit tests for the commerce reports module.
Class
Code
public function testMultipleOrders() {
$this
->createCustomers(5);
$this
->createOrders(20, FALSE, $this
->_getDates());
$this
->_test();
}