protected function CommerceReportsSalesTestCase::getOrderCreated in Commerce Reporting 7.4
2 calls to CommerceReportsSalesTestCase::getOrderCreated()
File
- src/
Tests/ CommerceReportsSalesTestCase.php, line 45
Class
Namespace
Drupal\commerce_reports\TestsCode
protected function getOrderCreated($line) {
return $line->_field_data['order_id_1']['entity']->created;
}