Loading core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php +2 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ // cspell:ignore imageresize imageupload /** * Provides a base class for testing CKEditor 5 image embedding and uploads. * * @internal */ abstract class ImageTestTestBase extends ImageTestBase { Loading core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ // cspell:ignore imageresize /** * Provides a base class for testing CKEditor 5 image URL insertion. * * @internal */ abstract class ImageUrlTestBase extends ImageTestBase { Loading core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php +2 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ // cspell:ignore sourceediting /** * Provides a base class for testing the source editing function. * * @internal */ abstract class SourceEditingTestBase extends CKEditor5TestBase { Loading core/modules/config/tests/src/FunctionalJavascript/ConfigExportTest.php +2 −1 Original line number Diff line number Diff line Loading @@ -25,8 +25,9 @@ class ConfigExportTest extends WebDriverTestBase { protected $defaultTheme = 'stark'; /** * @var string * A prefix string used in naming the test blocks. * * @var string */ protected string $blockNamePrefix = 'aaaaaa_config_export_test_block'; Loading core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php +6 −0 Original line number Diff line number Diff line Loading @@ -37,16 +37,22 @@ class ManageDisplayTest extends WebDriverTestBase { protected $defaultTheme = 'stark'; /** * The content type. * * @var string */ protected $type; /** * The entity type manager. * * @var \Drupal\Core\Entity\entityTypeManagerInterface */ protected $entityTypeManager; /** * The display storage. * * @var \Drupal\Core\Entity\EntityStorageInterface */ protected $displayStorage; Loading Loading
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php +2 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ // cspell:ignore imageresize imageupload /** * Provides a base class for testing CKEditor 5 image embedding and uploads. * * @internal */ abstract class ImageTestTestBase extends ImageTestBase { Loading
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ // cspell:ignore imageresize /** * Provides a base class for testing CKEditor 5 image URL insertion. * * @internal */ abstract class ImageUrlTestBase extends ImageTestBase { Loading
core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php +2 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ // cspell:ignore sourceediting /** * Provides a base class for testing the source editing function. * * @internal */ abstract class SourceEditingTestBase extends CKEditor5TestBase { Loading
core/modules/config/tests/src/FunctionalJavascript/ConfigExportTest.php +2 −1 Original line number Diff line number Diff line Loading @@ -25,8 +25,9 @@ class ConfigExportTest extends WebDriverTestBase { protected $defaultTheme = 'stark'; /** * @var string * A prefix string used in naming the test blocks. * * @var string */ protected string $blockNamePrefix = 'aaaaaa_config_export_test_block'; Loading
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php +6 −0 Original line number Diff line number Diff line Loading @@ -37,16 +37,22 @@ class ManageDisplayTest extends WebDriverTestBase { protected $defaultTheme = 'stark'; /** * The content type. * * @var string */ protected $type; /** * The entity type manager. * * @var \Drupal\Core\Entity\entityTypeManagerInterface */ protected $entityTypeManager; /** * The display storage. * * @var \Drupal\Core\Entity\EntityStorageInterface */ protected $displayStorage; Loading