/**
  * @covers ::setExecuted
  */
 public function testSetExecuted()
 {
     $this->decoratedFormState->setExecuted()->shouldBecalled();
     $this->assertSame($this->formStateDecoratorBase, $this->formStateDecoratorBase->setExecuted());
 }