public static function ConfigEntityQueryTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php, line 47
Contains \Drupal\system\Tests\ConfigEntityQueryTest.

Class

ConfigEntityQueryTest
Tests the config entity query.

Namespace

Drupal\system\Tests\Entity

Code

public static function getInfo() {
  return array(
    'name' => 'Config Entity Query',
    'description' => 'Tests Config Entity Query functionality.',
    'group' => 'Configuration',
  );
}