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 afe3708 commit 502c15bCopy full SHA for 502c15b
1 file changed
tests/php/Api/Controller/NotifyControllerTest.php
@@ -53,9 +53,11 @@ public function testNotifySignersWithSuccess():void {
53
'name' => 'test',
54
'signers' => [
55
[
56
- 'identify' => [
57
- 'email' => 'person@test.coop',
58
- ],
+ 'identifyMethods' => [[
+ 'method' => 'email',
+ 'mandatory' => 0,
59
+ 'value' => 'person@test.coop',
60
+ ]],
61
],
62
63
'userManager' => $user,
0 commit comments