function ExposedFormTest::testExposedForm
Same name in other branches
- 11.x core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php \Drupal\Tests\views\Functional\Plugin\ExposedFormTest::testExposedForm()
Tests the input required exposed form type.
File
-
core/
modules/ views/ tests/ src/ Functional/ Plugin/ ExposedFormTest.php, line 335
Class
- ExposedFormTest
- Tests exposed forms functionality.
Namespace
Drupal\Tests\views\Functional\PluginCode
public function testExposedForm() : void {
$this->testFormErrorWithExposedForm();
$this->testInputRequired();
$this->testTextInputRequired();
$this->testRememberSelected();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.