public static function SizeUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/SizeUnitTest.php, line 19
Definition of Drupal\system\Tests\Common\SizeUnitTest.

Class

SizeUnitTest
Tests file size parsing and formatting functions.

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'Size parsing test',
    'description' => 'Parse a predefined amount of bytes and compare the output with the expected value.',
    'group' => 'Common',
  );
}