You are here

public static function ArrayHelperTest::getInfo in Helper 7

File

tests/ArrayHelperTest.test, line 7

Class

ArrayHelperTest

Code

public static function getInfo() {
  return array(
    'name' => 'ArrayHelper',
    'description' => 'Tests for the ArrayHelper class.',
    'group' => 'Helper',
  );
}