public static function CommerceReportsUITestCase::getInfo in Commerce Reporting 7.4
File
- src/
Tests/ CommerceReportsUITestCase.php, line 10
Class
- CommerceReportsUITestCase
- Class CommerceReportsUITestCase
Namespace
Drupal\commerce_reports\TestsCode
public static function getInfo() {
return array(
'name' => 'Reports user interface',
'description' => 'Test the reports user interface.',
'group' => 'Commerce Reports',
);
}