You are here

function LinkUITest::getInfo in Link 6.2

Implementation of getInfo().

File

tests/link.crud_browser.test, line 31
Testing CRUD API in the browser.

Class

LinkUITest
Testing that users can not input bad URLs or labels

Code

function getInfo() {
  return array(
    'name' => t('Link CRUD - browser test'),
    'description' => t('Tests the field CRUD (create, read, update, delete) API.'),
    'group' => t('Link'),
  );
}