public static function TrackerUserUidTest::getInfo

File

drupal/core/modules/tracker/lib/Drupal/tracker/Tests/Views/TrackerUserUidTest.php, line 22
Contains \Drupal\tracker\Tests\Views\TrackerUserUidTest.

Class

TrackerUserUidTest
Tests the tracker user uid handlers.

Namespace

Drupal\tracker\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'Tracker: User UID tests',
    'description' => 'Tests the tracker comment user uid handlers.',
    'group' => 'Views module integration',
  );
}