public static function TourUITest::getInfo in Tour UI 8
Returns info for the test.
File
- tests/
src/ Functional/ TourUITest.php, line 32
Class
- TourUITest
- Tests the Tour UI.
Namespace
Drupal\Tests\tour_ui\FunctionalCode
public static function getInfo() {
return [
'name' => 'Tour UI',
'description' => 'Tests the Tour UI.',
'group' => 'Tour',
];
}