protected function OrderReportGenerationTest::setUp in Commerce Reporting 8
Overrides CommerceKernelTestBase::setUp
File
- tests/
src/ Kernel/ OrderReportGenerationTest.php, line 40
Class
- OrderReportGenerationTest
- Test order report generation.
Namespace
Drupal\Tests\commerce_reports\KernelCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('profile');
$this
->installEntitySchema('commerce_order');
$this
->installEntitySchema('commerce_order_item');
$this
->installEntitySchema('commerce_product');
$this
->installEntitySchema('commerce_product_variation');
$this
->installConfig('commerce_order');
$this
->installConfig('commerce_product');
$this
->installEntitySchema('commerce_order_report');
}