You are here

protected property ConfigFormTestBase::$form in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/ConfigFormTestBase.php \Drupal\KernelTests\ConfigFormTestBase::form

Form ID to use for testing.

Type: \Drupal\Core\Form\FormInterface

File

core/tests/Drupal/KernelTests/ConfigFormTestBase.php, line 20

Class

ConfigFormTestBase
Full generic test suite for any form that data with the configuration system.

Namespace

Drupal\KernelTests

Code

protected $form;