Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #312 from Gizra/update-covers-documentation
Browse files Browse the repository at this point in the history
`GroupMembershipManagerTest::testStaticCache()` doesn't have the right `@covers` annotation
  • Loading branch information
pfrenssen authored Sep 19, 2017
2 parents 781922f + 4e53121 commit d423b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Kernel/Entity/GroupMembershipManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function testGetGroupIds($group_type_id, $group_bundle, array $expected)
* Verify that entities from different entity types with colliding Ids that
* point to different groups do not confuse the membership manager.
*
* @covers ::getGroupIds
* @covers ::getGroups
*/
public function testStaticCache() {
/** @var \Drupal\og\MembershipManagerInterface $membership_manager */
Expand Down

0 comments on commit d423b50

Please sign in to comment.