public static function ArrayUnitTest::getInfo

File

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

Class

ArrayUnitTest
Tests the various drupal_array_* helper functions.

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'drupal_array_*() tests',
    'description' => 'Tests the various drupal_array_* helper functions.',
    'group' => 'System',
  );
}