public static function ConfigInstallWebTest::getInfo

File

drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallWebTest.php, line 16
Definition of Drupal\config\Tests\ConfigInstallTest.

Class

ConfigInstallWebTest
Tests installation of configuration objects in installation functionality.

Namespace

Drupal\config\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Install, disable and uninstall functionality',
    'description' => 'Tests installation and removal of configuration objects in install, disable and uninstall functionality.',
    'group' => 'Configuration',
  );
}