Issue #1912748 by samhassell: Rename ' Views Modules' test group.
parent
0a42fa60e0
commit
5549278cd4
|
@ -36,7 +36,7 @@ class DisplayBlockTest extends ViewTestBase {
|
|||
return array(
|
||||
'name' => ' Display: Block',
|
||||
'description' => 'Tests the block display plugin.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ class ArgumentUserUIDTest extends CommentTestBase {
|
|||
return array(
|
||||
'name' => 'Comment: User UID Argument',
|
||||
'description' => 'Tests the user posted or commented argument handler.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ class FilterUserUIDTest extends CommentTestBase {
|
|||
return array(
|
||||
'name' => 'Comment: User UID Filter',
|
||||
'description' => 'Tests the user posted or commented filter handler.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ class RowRssTest extends CommentTestBase {
|
|||
return array(
|
||||
'name' => 'Comment: Rss Row',
|
||||
'description' => 'Tests the comment rss row plugin.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ class ContactFieldsTest extends ViewTestBase {
|
|||
return array(
|
||||
'name' => 'Contact: Field views data',
|
||||
'description' => 'Tests which checks that no fieldapi fields are added on contact.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ class SelectionTest extends WebTestBase {
|
|||
return array(
|
||||
'name' => 'Entity Reference: Selection handler',
|
||||
'description' => 'Tests entity reference selection handler provided by Views.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ class ApiDataTest extends FieldTestBase {
|
|||
return array(
|
||||
'name' => 'Field: Views Data',
|
||||
'description' => 'Tests the Field Views data.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ class HandlerFieldFieldTest extends FieldTestBase {
|
|||
return array(
|
||||
'name' => 'Field: Field handler',
|
||||
'description' => 'Tests the field itself of the Field integration.',
|
||||
'group' => 'Views Modules'
|
||||
'group' => 'Views module integration'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ class HistoryTimestampTest extends ViewTestBase {
|
|||
return array(
|
||||
'name' => 'History Integration',
|
||||
'description' => 'Tests the history timestamp handlers.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ class FieldTypeTest extends NodeTestBase {
|
|||
return array(
|
||||
'name' => 'Node: Node Type field',
|
||||
'description' => 'Tests the Drupal\node\Plugin\views\field\Type handler.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ class FilterUidRevisionTest extends NodeTestBase {
|
|||
return array(
|
||||
'name' => 'Node: User has revision Filter',
|
||||
'description' => 'Tests the node_uid_revision handler.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ class RevisionRelationships extends ViewTestBase {
|
|||
return array(
|
||||
'name' => 'Node: Revision integration',
|
||||
'description' => 'Tests the integration of node_revision table of node module',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ class StatusExtraTest extends NodeTestBase {
|
|||
return array(
|
||||
'name' => 'Node: Status extra filter',
|
||||
'description' => 'Tests the node.status_extra filter handler.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ class IntegrationTest extends ViewTestBase {
|
|||
return array(
|
||||
'name' => 'Statistics: Integration tests',
|
||||
'description' => 'Tests basic integration of views data from the statistics module.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ class RelationshipNodeTermDataTest extends TaxonomyTestBase {
|
|||
return array(
|
||||
'name' => 'Taxonomy: Node term data Relationship',
|
||||
'description' => 'Tests the taxonomy term on node relationship handler.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ class RelationshipRepresentativeNode extends TaxonomyTestBase {
|
|||
return array(
|
||||
'name' => 'Taxonomy: Representative Node Relationship',
|
||||
'description' => 'Tests the representative node relationship for terms.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ class TranslationLinkTest extends EntityTranslationTestBase {
|
|||
return array(
|
||||
'name' => 'Entity Translation: Link field',
|
||||
'description' => 'Tests the Entity translation overview link field handler.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ class AccessPermissionTest extends AccessTestBase {
|
|||
return array(
|
||||
'name' => 'User: Access permission',
|
||||
'description' => 'Tests views permission access plugin.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ class AccessRoleTest extends AccessTestBase {
|
|||
return array(
|
||||
'name' => 'User: Access role',
|
||||
'description' => 'Tests views role access plugin.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ class ArgumentDefaultTest extends UserTestBase {
|
|||
return array(
|
||||
'name' => 'User: Argument default',
|
||||
'description' => 'Tests user argument default plugin.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ class ArgumentValidateTest extends UserTestBase {
|
|||
return array(
|
||||
'name' => 'User: Argument validator',
|
||||
'description' => 'Tests user argument validator.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ class HandlerArgumentUserUidTest extends UserTestBase {
|
|||
return array(
|
||||
'name' => 'User: Uid Argument',
|
||||
'description' => 'Tests the handler of the user: uid Argument.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ class HandlerFieldRoleTest extends UserTestBase {
|
|||
return array(
|
||||
'name' => 'User: Role Field',
|
||||
'description' => 'Tests the handler of the user: role field.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ class HandlerFieldUserNameTest extends UserTestBase {
|
|||
return array(
|
||||
'name' => 'User: Name Field',
|
||||
'description' => 'Tests the handler of the user: name field.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ class HandlerFilterUserNameTest extends ViewTestBase {
|
|||
return array(
|
||||
'name' => 'User: Name Filter',
|
||||
'description' => 'Tests the handler of the user: name filter',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ class RelationshipRepresentativeNode extends UserTestBase {
|
|||
return array(
|
||||
'name' => 'User: Representative Node Relationship',
|
||||
'description' => 'Tests the representative node relationship for users.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ class FieldEntityTest extends ViewTestBase {
|
|||
return array(
|
||||
'name' => 'Field: Entity Api Integration',
|
||||
'description' => 'Tests the field plugin base integration with the entity system.',
|
||||
'group' => 'Views Modules',
|
||||
'group' => 'Views module integration',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue