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