You are here

public static function PmDashboardControllerTest::getInfo in Drupal PM (Project Management) 4.x

File

tests/Controller/PmDashboardControllerTest.php, line 36

Class

PmDashboardControllerTest
Provides automated tests for the pm module.

Namespace

Drupal\pm\Tests

Code

public static function getInfo() {
  return [
    'name' => "pm PmDashboardController's controller functionality",
    'description' => 'Test Unit for module pm and controller PmDashboardController.',
    'group' => 'Other',
  ];
}