Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update UserGroupPropertyAnnotatorTest.php
Browse files Browse the repository at this point in the history
paladox authored Jan 1, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f5933d2 commit 73ac2ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ public function testAddAnnotation( $groups, $expected ) {
->getMock();

$userGroupManager = $this->createMock( UserGroupManager::class );
$userGroupManager->expects( $this->once() )
$userGroupManager
->method( 'getUserGroups' )
->willReturn( $groups );

0 comments on commit 73ac2ab

Please sign in to comment.