You are here

public static function BoxTests::getInfo in Boxes 7.2

File

./boxes.test, line 101
Tests for block.module.

Class

BoxTests

Code

public static function getInfo() {
  return array(
    'name' => 'Boxes functionality',
    'description' => 'Test the boxes API.',
    'group' => 'Boxes',
  );
}