public static function ConfigTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/File/ConfigTest.php, line 15
Definition of Drupal\system\Tests\File\ConfigTest.

Class

ConfigTest
File system configuration related tests.

Namespace

Drupal\system\Tests\File

Code

public static function getInfo() {
  return array(
    'name' => 'File system configuration test',
    'description' => 'Tests file system configuration operations',
    'group' => 'File API',
  );
}