Mercurial > hg > cmmr2012-drupal-site
comparison core/tests/Drupal/KernelTests/ConfigFormTestBase.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
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. |