public static function TourTest::getInfo

File

drupal/core/modules/tour/lib/Drupal/tour/Tests/TourTest.php, line 25
Contains \Drupal\tour\Tests\TourTest.

Class

TourTest
Tests tour functionality.

Namespace

Drupal\tour\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Tour tests',
    'description' => 'Test the functionality of tour tips.',
    'group' => 'Tour',
  );
}