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 ffdb6c0 commit a57de21Copy full SHA for a57de21
1 file changed
tests/php/Api/Controller/FileControllerTest.php
@@ -59,9 +59,11 @@ public function testValidateWithSuccessUsingUnloggedUser():void {
59
'name' => 'test',
60
'signers' => [
61
[
62
- 'identify' => [
63
- 'email' => 'person@test.coop',
64
- ],
+ 'identifyMethods' => [[
+ 'method' => 'email',
+ 'mandatory' => 0,
65
+ 'value' => 'person@test.coop',
66
+ ]],
67
],
68
69
'userManager' => $user,
@@ -98,9 +100,11 @@ public function testValidateWithSuccessUsingSigner():void {
98
100
99
101
102
103
104
105
106
107
108
109
110
0 commit comments