You are here

public static function AddanotherTestCase::getInfo in Add Another 7.2

Function getInfo.

File

./addanother.test, line 19
Unit tests for Add another module.

Class

AddanotherTestCase
Class AddanotherTestCase.

Code

public static function getInfo() {
  return array(
    'name' => 'Add another',
    'description' => 'Ensure that the Add another functionality works correctly.',
    'group' => 'Add another',
  );
}