->
shouldBeCalled();
$this->
assertSame($this->formStateDecoratorBase,
$this->formStateDecoratorBase->
setFormState($form_state_additions));
} /**
* @covers ::setAlwaysProcess
*
* @dataProvider providerSingleBooleanArgument
*/
public function testSetAlwaysProcess($always_process) { $this->decoratedFormState->
setAlwaysProcess($always_process) ->
shouldBeCalled();
$this->
assertSame($this->formStateDecoratorBase,
$this->formStateDecoratorBase->
setAlwaysProcess($always_process));
} /**
* @covers ::getAlwaysProcess
*
* @dataProvider providerSingleBooleanArgument
*/
public function testGetAlwaysProcess($always_process) {