You are here

public static function LibraryWebTestCase::getInfo in Library 7

File

tests/library.unit.test, line 9

Class

LibraryWebTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Library module tests',
    'description' => 'Test that the library module works correctly.',
    'group' => 'Library',
  );
}