public static function SpaceUsedTest::getInfo

File

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

Class

SpaceUsedTest
This will run tests against the $file_managed->spaceUsed() function.

Namespace

Drupal\file\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'File space used tests',
    'description' => 'Tests the spaceUsed() function.',
    'group' => 'File API',
  );
}