group-8.x-1.x-dev/tests/src/Kernel/Views/GroupRelationshipToEntityReverseRelationshipTest.php
tests/src/Kernel/Views/GroupRelationshipToEntityReverseRelationshipTest.php
<?php
namespace Drupal\Tests\group\Kernel\Views;
/**
* Tests the group_content_to_entity_reverse relationship handler.
*
* @see \Drupal\group\Plugin\views\relationship\GroupRelationshipToEntityReverse
*
* @group group
*/
class GroupRelationshipToEntityReverseRelationshipTest extends GroupRelationshipToEntityRelationshipTest {
/**
* Views used by this test.
*
* @var array
*/
public static $testViews = ['test_group_content_to_entity_reverse_relationship'];
}
