You are here

protected function CommerceReportsSalesTestCase::getOrderCreated in Commerce Reporting 7.4

2 calls to CommerceReportsSalesTestCase::getOrderCreated()
CommerceReportsSalesTestCase::_getDates in src/Tests/CommerceReportsSalesTestCase.php
CommerceReportsSalesTestCase::_test in src/Tests/CommerceReportsSalesTestCase.php

File

src/Tests/CommerceReportsSalesTestCase.php, line 45

Class

CommerceReportsSalesTestCase

Namespace

Drupal\commerce_reports\Tests

Code

protected function getOrderCreated($line) {
  return $line->_field_data['order_id_1']['entity']->created;
}