You are here

protected property HttpPurgerConfigFormTestBase::$formId in Generic HTTP Purger 8

The form id, equal to the route name when left as NULL.

Type: null|\Drupal\Core\Form\FormBuilderInterface

Overrides FormTestBase::$formId

File

tests/src/Functional/HttpPurgerConfigFormTestBase.php, line 20

Class

HttpPurgerConfigFormTestBase
Testbase for testing \Drupal\purge_purger_http\Form\HttpPurgerFormBase.

Namespace

Drupal\Tests\purge_purger_http\Functional

Code

protected $formId = 'purge_purger_http.configuration_form';