Skip to content
Snippets Groups Projects
Commit ce3fce34 authored by Angie Byron's avatar Angie Byron
Browse files

#543902 by yched: Remove unneeded modules in field.test setUp().

parent 5cf70c0a
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -868,7 +868,7 @@ class FieldInfoTestCase extends DrupalWebTestCase {
}
function setUp() {
parent::setUp('field_sql_storage', 'field', 'field_test');
parent::setUp('field_test');
}
/**
......@@ -1062,7 +1062,7 @@ class FieldFormTestCase extends DrupalWebTestCase {
}
function setUp() {
parent::setUp('field_sql_storage', 'field', 'field_test');
parent::setUp('field_test');
$web_user = $this->drupalCreateUser(array('access field_test content', 'administer field_test content'));
$this->drupalLogin($web_user);
......@@ -1351,7 +1351,7 @@ class FieldCrudTestCase extends DrupalWebTestCase {
}
function setUp() {
parent::setUp('field_sql_storage', 'field', 'field_test');
parent::setUp('field_test');
}
// TODO : test creation with
......@@ -1585,7 +1585,7 @@ class FieldInstanceCrudTestCase extends DrupalWebTestCase {
}
function setUp() {
parent::setUp('field_sql_storage', 'field', 'field_test');
parent::setUp('field_test');
$this->field = array(
'field_name' => drupal_strtolower($this->randomName()),
'type' => 'test_field',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment