You are here

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

Class

QueueBrowserFormTest
Tests \Drupal\purge_ui\Form\QueueBrowserForm.

Namespace

Drupal\Tests\purge_ui\Functional\Form

Code

protected $formClass = QueueBrowserForm::class;