function FormStateDecoratorBaseTest::testCleanValues
Tests clean values.
@legacy-covers ::cleanValues
File
-
core/
tests/ Drupal/ Tests/ Core/ Form/ FormStateDecoratorBaseTest.php, line 1679
Class
Namespace
Drupal\Tests\Core\FormCode
public function testCleanValues() : void {
$this->decoratedFormState
->cleanValues()
->shouldBeCalled();
$this->assertSame($this->formStateDecoratorBase, $this->formStateDecoratorBase
->cleanValues());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.