You are here

protected property ProcessorAddFormTest::$formClass in Purge 8.3

The full class of the form being tested.

Type: string

Overrides FormTestBase::$formClass

File

modules/purge_ui/tests/src/Functional/Form/ProcessorAddFormTest.php, line 22

Class

ProcessorAddFormTest
Tests \Drupal\purge_ui\Form\ProcessorAddForm.

Namespace

Drupal\Tests\purge_ui\Functional\Form

Code

protected $formClass = ProcessorAddForm::class;