10 'class' => HTMLReCaptchaField::class,
16 ->setMethods( [
'__invoke' ] )->getMock();
17 $mockClosure->expects( $this->
once() )->method(
'__invoke' )
18 ->with( [] )->willReturn(
true );
20 $form->setTitle( Title::newFromText(
'Title' ) );
21 $form->setSubmitCallback( $mockClosure );