->
shouldBeCalled();
$this->
assertSame($this->formStateDecoratorBase,
$this->formStateDecoratorBase->
setAlwaysProcess($always_process));
} /**
* @covers ::getAlwaysProcess
*
* @dataProvider providerSingleBooleanArgument
*/
public function testGetAlwaysProcess($always_process) { $this->decoratedFormState->
getAlwaysProcess() ->
willReturn($always_process) ->
shouldBeCalled();
$this->
assertSame($always_process,
$this->formStateDecoratorBase->
getAlwaysProcess());
} /**
* @covers ::setButtons
*/
public function testSetButtons() { $buttons =
[