public static function SystemListingTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/SystemListingTest.php, line 16
Definition of Drupal\system\Tests\Common\SystemListingTest.

Class

SystemListingTest
Tests scanning system directories in drupal_system_listing().

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'Drupal system listing',
    'description' => 'Tests scanning system directories in drupal_system_listing().',
    'group' => 'Common',
  );
}