You are here

public static function PackageManagementTest::getInfo in MongoDB 7

Same name in this branch
  1. 7 src/Tests/PackageManagementTest.php \Drupal\mongodb\Tests\PackageManagementTest::getInfo()
  2. 7 mongodb_watchdog/src/Tests/PackageManagementTest.php \Drupal\mongodb_watchdog\Tests\PackageManagementTest::getInfo()

File

src/Tests/PackageManagementTest.php, line 18

Class

PackageManagementTest
Test package management hooks.

Namespace

Drupal\mongodb\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'MongoDB package management test',
    'description' => 'install/enable/disable/uninstall operations.',
    'group' => 'MongoDB: Base',
  );
}