You are here

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\Functional

Code

public static function getInfo() {
  return [
    'name' => 'Tour UI',
    'description' => 'Tests the Tour UI.',
    'group' => 'Tour',
  ];
}