/**
  * @covers ::disableCache
  */
 public function testDisableCache()
 {
     $this->decoratedFormState->disableCache()->shouldBeCalled();
     $this->assertSame($this->formStateDecoratorBase, $this->formStateDecoratorBase->disableCache());
 }