comparison core/modules/user/src/Tests/UserAdminSettingsFormTest.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
1 <?php 1 <?php
2 2
3 namespace Drupal\user\Tests; 3 namespace Drupal\user\Tests;
4 4
5 use Drupal\system\Tests\System\SystemConfigFormTestBase; 5 use Drupal\KernelTests\ConfigFormTestBase;
6 use Drupal\user\AccountSettingsForm; 6 use Drupal\user\AccountSettingsForm;
7 7
8 /** 8 /**
9 * Configuration object user.mail and user.settings save test. 9 * Configuration object user.mail and user.settings save test.
10 * 10 *
11 * @group user 11 * @group user
12 */ 12 */
13 class UserAdminSettingsFormTest extends SystemConfigFormTestBase { 13 class UserAdminSettingsFormTest extends ConfigFormTestBase {
14 14
15 /**
16 * {@inheritdoc}
17 */
18 public static $modules = ['user', 'system'];
19
20 /**
21 * {@inheritdoc}
22 */
15 protected function setUp() { 23 protected function setUp() {
16 parent::setUp(); 24 parent::setUp();
17 25
18 $this->form = AccountSettingsForm::create($this->container); 26 $this->form = AccountSettingsForm::create($this->container);
19 $this->values = [ 27 $this->values = [