Skip to content
Snippets Groups Projects
Verified Commit ffffbf3c authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3477613 by quietone: Add doc block for $modules in tests

(cherry picked from commit 1bf08a6c)
parent fdddd3a0
No related branches found
No related tags found
6 merge requests!10602Issue #3438769 by vinmayiswamy, antonnavi, michelle, amateescu: Sub workspace does not clear,!10301Issue #3469309 by mstrelan, smustgrave, moshe weitzman: Use one-time login...,!10187Issue #3487488 by dakwamine: ExtensionMimeTypeGuesser::guessMimeType must support file names with "0" (zero) like foo.0.zip,!6502Draft: Resolve #2938524 "Plach testing issue",!38582585169-10.1.x,!3226Issue #2987537: Custom menu link entity type should not declare "bundle" entity key
Pipeline #317897 passed with warnings
Pipeline: drupal

#317925

    Pipeline: drupal

    #317920

      Pipeline: drupal

      #317918

        +6
        Showing
        with 58 additions and 3 deletions
        ......@@ -17,6 +17,9 @@
        */
        class BlockInterfaceTest extends KernelTestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = ['system', 'block', 'block_test', 'user'];
        /**
        ......
        ......@@ -17,6 +17,9 @@
        */
        class MigrateBlockContentBodyFieldTest extends MigrateDrupal7TestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = ['block', 'block_content', 'filter', 'text'];
        /**
        ......
        ......@@ -15,6 +15,9 @@
        */
        class MigrateBlockContentTypeTest extends MigrateDrupal7TestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = ['block', 'block_content', 'filter', 'text'];
        /**
        ......
        ......@@ -15,6 +15,9 @@
        */
        class MigrateCustomBlockTest extends MigrateDrupal7TestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = [
        'block_content',
        'filter',
        ......
        ......@@ -17,9 +17,7 @@
        class CommentFieldsTest extends CommentTestBase {
        /**
        * Install the field UI.
        *
        * @var array
        * {@inheritdoc}
        */
        protected static $modules = ['field_ui'];
        ......
        ......@@ -11,6 +11,9 @@
        */
        class CommentLinksAlterTest extends CommentTestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = ['comment_test'];
        /**
        ......
        ......@@ -27,6 +27,9 @@ class CommentNonNodeTest extends BrowserTestBase {
        use FieldUiTestTrait;
        use CommentTestTrait;
        /**
        * {@inheritdoc}
        */
        protected static $modules = [
        'comment',
        'user',
        ......
        ......@@ -14,6 +14,9 @@
        */
        class ConfigTranslationDateFormatUiTest extends BrowserTestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = [
        'language',
        'config_translation',
        ......
        ......@@ -13,6 +13,9 @@
        */
        class MigrateSystemMaintenanceTranslationTest extends MigrateDrupal6TestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = [
        'language',
        'config_translation',
        ......
        ......@@ -13,6 +13,9 @@
        */
        class MigrateSystemSiteTranslationTest extends MigrateDrupal6TestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = [
        'language',
        'config_translation',
        ......
        ......@@ -16,6 +16,9 @@ class MigrateUserConfigsTranslationTest extends MigrateDrupal6TestBase {
        use SchemaCheckTestTrait;
        /**
        * {@inheritdoc}
        */
        protected static $modules = [
        'language',
        'locale',
        ......
        ......@@ -13,6 +13,9 @@
        */
        class MigrateSystemMaintenanceTranslationTest extends MigrateDrupal7TestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = [
        'language',
        'config_translation',
        ......
        ......@@ -13,6 +13,9 @@
        */
        class ContentTranslationEntityBundleUITest extends BrowserTestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = [
        'language',
        'content_translation',
        ......
        ......@@ -56,6 +56,9 @@ class ContentTranslationSyncUnitTest extends KernelTestBase {
        */
        protected $unchangedFieldValues;
        /**
        * {@inheritdoc}
        */
        protected static $modules = ['language', 'content_translation'];
        /**
        ......
        ......@@ -21,6 +21,9 @@ class EntityReferenceAutoCreateTest extends BrowserTestBase {
        use EntityReferenceFieldCreationTrait;
        /**
        * {@inheritdoc}
        */
        protected static $modules = ['node', 'taxonomy', 'entity_test'];
        /**
        ......
        ......@@ -19,6 +19,9 @@ class EntityReferenceFileUploadTest extends BrowserTestBase {
        use TestFileCreationTrait;
        /**
        * {@inheritdoc}
        */
        protected static $modules = ['node', 'file'];
        /**
        ......
        ......@@ -15,6 +15,9 @@
        */
        class MigrateFieldFormatterSettingsTest extends MigrateDrupal7TestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = [
        'comment',
        'datetime',
        ......
        ......@@ -15,6 +15,9 @@
        */
        class MigrateViewModesTest extends MigrateDrupal7TestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = ['comment', 'node', 'taxonomy', 'text'];
        /**
        ......
        ......@@ -21,6 +21,9 @@
        */
        class FilterAPITest extends EntityKernelTestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = ['system', 'filter', 'filter_test', 'user'];
        /**
        ......
        ......@@ -15,6 +15,9 @@
        */
        class FilterDefaultConfigTest extends KernelTestBase {
        /**
        * {@inheritdoc}
        */
        protected static $modules = ['system', 'user', 'filter', 'filter_test'];
        /**
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment