protected static property OrderReportGenerateFormTest::$configSchemaCheckerExclusions in Commerce Reporting 8
An array of config object names that are excluded from schema checking.
Type: string[]
Overrides TestSetupTrait::$configSchemaCheckerExclusions
File
- tests/
src/ Functional/ OrderReportGenerateFormTest.php, line 46
Class
- OrderReportGenerateFormTest
- Tests the OrderReportGenerateForm.
Namespace
Drupal\Tests\commerce_reports\FunctionalCode
protected static $configSchemaCheckerExclusions = [
'views.view.sales_report',
'views.view.purchased_items_report',
];