public static function ConfigEntityListTest::getInfo

File

drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php, line 26
Definition of Drupal\config\Tests\ConfigEntityListTest.

Class

ConfigEntityListTest
Tests the listing of configuration entities.

Namespace

Drupal\config\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Configuration entity list',
    'description' => 'Tests the listing of configuration entities.',
    'group' => 'Configuration',
  );
}