Skip to content
Snippets Groups Projects
Commit c9e1f935 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2394417 by hussainweb, tibbsa, sivaji@knackforge.com: Clean-up field_ui...

Issue #2394417 by hussainweb, tibbsa, sivaji@knackforge.com: Clean-up field_ui module test members - ensure property definition and use of camelCase naming convention
parent 353a1609
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
......@@ -17,6 +17,11 @@
*/
class EntityDisplayTest extends KernelTestBase {
/**
* Modules to install.
*
* @var string[]
*/
public static $modules = array('field_ui', 'field', 'entity_test', 'user', 'text', 'field_test', 'node', 'system', 'entity_reference');
protected function setUp() {
......
......@@ -17,6 +17,11 @@
*/
class EntityFormDisplayTest extends KernelTestBase {
/**
* Modules to install.
*
* @var string[]
*/
public static $modules = array('field_ui', 'field', 'entity_test', 'field_test', 'user', 'text', 'entity_reference');
protected function setUp() {
......
......@@ -17,7 +17,9 @@
class FieldUIRouteTest extends WebTestBase {
/**
* Modules to enable.
* Modules to install.
*
* @var string[]
*/
public static $modules = array('entity_test', 'field_ui');
......
......@@ -22,7 +22,7 @@ class ManageDisplayTest extends WebTestBase {
use FieldUiTestTrait;
/**
* Modules to enable.
* Modules to install.
*
* @var array
*/
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment