public static function ConfigSnapshotTest::getInfo

File

drupal/core/modules/config/lib/Drupal/config/Tests/ConfigSnapshotTest.php, line 25
Contains \Drupal\config\Tests\ConfigSnapshotTest.

Class

ConfigSnapshotTest
Tests config snapshot creation and updating.

Namespace

Drupal\config\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Snapshot functionality',
    'description' => 'Config snapshot creation and updating.',
    'group' => 'Configuration',
  );
}