function 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\Plugin

Code

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.