You are here

protected property HttpPurgerConfigFormTest::$formClass in Generic HTTP Purger 8

The full class of the form being tested.

Type: string

Overrides FormTestBase::$formClass

File

tests/src/Functional/HttpPurgerConfigFormTest.php, line 17

Class

HttpPurgerConfigFormTest
Tests \Drupal\purge_purger_http\Form\HttpPurgerForm.

Namespace

Drupal\Tests\purge_purger_http\Functional

Code

protected $formClass = HttpPurgerForm::class;