Issue #2908832 by mr.baileys: Remove unused module dependency from UserEditedOwnAccountTest

8.5.x
Nathaniel Catchpole 2017-10-05 14:44:06 +01:00
parent 50ab19584f
commit e394fff41d
1 changed files with 0 additions and 7 deletions

View File

@ -11,13 +11,6 @@ use Drupal\Tests\BrowserTestBase;
*/
class UserEditedOwnAccountTest extends BrowserTestBase {
/**
* Modules to enable.
*
* @var array
*/
public static $modules = ['user_form_test'];
public function testUserEditedOwnAccount() {
// Change account setting 'Who can register accounts?' to Administrators
// only.