Verified Commit 7cb838f7 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3243121 by Spokje, alexpott, longwave, yogeshmpawar, skipper-vp,...

Issue #3243121 by Spokje, alexpott, longwave, yogeshmpawar, skipper-vp, andregp, Rinku Jacob 13, catch, andypost, quietone, lauriii: Remove RDF module from the Standard profile

(cherry picked from commit 41341436)
parent d9e654e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ class Upgrade6Test extends MigrateUpgradeExecuteTestBase {
    'forum',
    'language',
    'migrate_drupal_ui',
    'rdf',
    'statistics',
    'telephone',
    'update',
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ class MultilingualReviewPageTest extends MultilingualReviewPageTestBase {
    'telephone',
    'book',
    'forum',
    'rdf',
    'statistics',
    'syslog',
    'update',
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ class NoMultilingualReviewPageTest extends NoMultilingualReviewPageTestBase {
    'forum',
    'language',
    'migrate_drupal_ui',
    'rdf',
    'statistics',
    'telephone',
  ];
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ class Upgrade7Test extends MigrateUpgradeExecuteTestBase {
    'forum',
    'language',
    'migrate_drupal_ui',
    'rdf',
    'statistics',
    'telephone',
  ];
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@ dependencies:
    - comment.type.comment
  module:
    - comment
  enforced:
    module:
      - standard
id: comment.comment
targetEntityType: comment
bundle: comment
Loading