You are here

public static function CRAUDFaqTestCase::getInfo in Frequently Asked Questions 7.2

Same name and namespace in other branches
  1. 7 faq.test \CRAUDFaqTestCase::getInfo()

Implementation of getInfo().

Overrides FaqTestCase::getInfo

File

./faq.test, line 297
Test FAQ functionality Base test class. All tests inherits this one. Hugely based on code from the test file block.test by boombatower

Class

CRAUDFaqTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('CRUD Question'),
    'description' => t('Create, read, update and delete a question'),
    'group' => t('Frequently Asked Questions'),
  );
}