You are here

protected property ProcessorDeleteFormTest::$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/ProcessorDeleteFormTest.php, line 22

Class

ProcessorDeleteFormTest
Tests \Drupal\purge_ui\Form\ProcessorDeleteForm.

Namespace

Drupal\Tests\purge_ui\Functional\Form

Code

protected $formClass = ProcessorDeleteForm::class;