public static function DeleteTest::getInfo

Same name in this branch

File

drupal/core/modules/file/lib/Drupal/file/Tests/DeleteTest.php, line 14
Definition of Drupal\file\Tests\DeleteTest.

Class

DeleteTest
Deletion related tests.

Namespace

Drupal\file\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'File delete',
    'description' => 'Tests the file delete function.',
    'group' => 'File API',
  );
}