comparison core/tests/Drupal/KernelTests/ConfigFormTestBase.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents c2387f117808
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
12 */ 12 */
13 abstract class ConfigFormTestBase extends KernelTestBase { 13 abstract class ConfigFormTestBase extends KernelTestBase {
14 /** 14 /**
15 * Form ID to use for testing. 15 * Form ID to use for testing.
16 * 16 *
17 * @var \Drupal\Core\Form\FormInterface. 17 * @var \Drupal\Core\Form\FormInterface
18 */ 18 */
19 protected $form; 19 protected $form;
20 20
21 /** 21 /**
22 * Values to use for testing. 22 * Values to use for testing.