You are here

public static function LinkFieldCrudTest::getInfo in Link 7

Get Info.

File

tests/LinkFieldCrudTest.test, line 31
Testing that users can not input bad URLs or labels.

Class

LinkFieldCrudTest
Testing that users can not input bad URLs or labels.

Code

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