You are here

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

Class

QueueEmptyFormTest
Tests \Drupal\purge_ui\Form\QueueEmptyForm.

Namespace

Drupal\Tests\purge_ui\Functional\Form

Code

protected $formClass = QueueEmptyForm::class;