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 65369cd commit d26727bCopy full SHA for d26727b
ReCaptchaWebapiRest/Test/Unit/Plugin/RestValidationPluginTest.php
@@ -120,6 +120,10 @@ public function testPlugin(
120
$this->expectException(Exception::class);
121
}
122
123
- $this->model->afterValidate($this->subject);
+ $proceed = function () : void {
124
+ //dummy function for callable argument
125
+ };
126
+
127
+ $this->model->aroundValidate($this->subject, $proceed);
128
129
0 commit comments