6 calls to EditTestBase::createFieldWithInstance()

EditIntegrationTest::setUp in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Sets the default field storage backend for fields created during tests.
EditorSelectionTest::testNumber in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php
Tests a number field, with cardinality 1 and >1.
EditorSelectionTest::testText in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php
Tests a textual field, without/with text processing, with cardinality 1 and >1, always without a WYSIWYG editor present.
EditorSelectionTest::testTextWysiwyg in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php
Tests a textual field, with text processing, with cardinality 1 and >1, always with an Editor plugin present that supports textual fields with text processing, but with varying text format compatibility.
MetadataGeneratorTest::testEditorWithCustomMetadata in drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php
MetadataGeneratorTest::testSimpleEntityType in drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php
Tests a simple entity type, with two different simple fields.