You are here

public static function EditableViewsEntityReferenceWebTestCase::getInfo in Editable Views 7

File

tests/editableviews.test, line 254
Tests for editableviews.module.

Class

EditableViewsEntityReferenceWebTestCase
Test editable views with editable fields on relationships.

Code

public static function getInfo() {
  return array(
    'name' => 'Test editable views with relationships',
    'description' => 'Test editable views with editable fields on relationships.',
    'group' => 'Editable Views',
  );
}