File
- drupal/core/modules/tour/lib/Drupal/tour/Tests/TourPluginTest.php, line 31
- Contains \Drupal\tour\Tests\TourPluginTest.
Class
- TourPluginTest
- Tests tour plugin functionality.
Namespace
Drupal\tour\Tests
Code
public static function getInfo() {
return array(
'name' => 'Tour plugin tests',
'description' => 'Test the functionality of tour plugins.',
'group' => 'Tour',
);
}