Verified Commit bc5c3863 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
parent 54a3c304
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ protected function getEntityCounts() {
      // The 'book' module provides the 'book' node type, and the migration
      // creates 12 node types.
      'node_type' => 14,
      'rdf_mapping' => 7,
      'search_page' => 2,
      'shortcut' => 2,
      'shortcut_set' => 1,
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ protected function getAvailablePaths() {
      'Path',
      'Poll',
      'Profile',
      'RDF',
      'Search',
      'Search embedded form',
      'Shortcut',
@@ -148,6 +147,7 @@ protected function getMissingPaths() {
      'Path translation',
      'Phone',
      'Picture',
      'RDF',
      'References',
      'References UUID',
      'Statistics',
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,6 @@ protected function getAvailablePaths() {
      'Path',
      'Poll',
      'Profile',
      'RDF',
      'Search',
      'Search embedded form',
      'Shortcut',
@@ -152,6 +151,7 @@ protected function getMissingPaths() {
      'Path translation',
      'Phone',
      'Picture',
      'RDF',
      'References',
      'References UUID',
      'Statistics',
+1 −2
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@ protected function getEntityCounts() {
      'language_content_settings' => 24,
      'node' => 7,
      'node_type' => 8,
      'rdf_mapping' => 8,
      'search_page' => 2,
      'shortcut' => 6,
      'shortcut_set' => 2,
@@ -151,7 +150,6 @@ protected function getAvailablePaths() {
      'Options',
      'Path',
      'Phone',
      'RDF',
      'Search',
      'Shortcut',
      'Statistics',
@@ -187,6 +185,7 @@ protected function getAvailablePaths() {
  protected function getMissingPaths() {
    return [
      'Color',
      'RDF',
      'References',
      'Translation sets',
      'Variable realm',
+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',
Loading