You are here

public static function FapeBasicTestCase::getInfo in Field API Pane Editor (FAPE) 7

File

tests/fape.test, line 16
Some tests for the FAPE module.

Class

FapeBasicTestCase
Test basic functionality of FAPE.

Code

public static function getInfo() {
  return array(
    'name' => 'FAPE basic test',
    'description' => 'Confirm that the FAPE module can be enabled.',
    'group' => 'fape',
  );
}