Same name in other branches
  1. 8.x-1.x tests/quicktabs.test \QuicktabsAdminTestCase::getInfo()

Implementation of getInfo().

Fichier

tests/quicktabs.test, line 8

Classe

QuicktabsAdminTestCase

Code

static function getInfo() {
    return array(
        'name' => t('Quicktabs tests'),
        'description' => t('Add, edit and delete quicktabs.'),
        'group' => t('Quicktabs'),
    );
}