We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3d541 commit 094007aCopy full SHA for 094007a
1 file changed
tests/Core/Controller/ContactsMenuControllerTest.php
@@ -72,7 +72,7 @@ public function testIndex_withTeam(): void {
72
$entries[0]->method('getProperty')
73
->with('UID')
74
->willReturn('member1');
75
- $entries[0]->method('getProperty')
+ $entries[1]->method('getProperty')
76
77
->willReturn('member2');
78
0 commit comments