Commit 9048a7d9 authored by catch's avatar catch
Browse files

Issue #3067299 by andypost, iyyappan.govind, quietone, mrinalini9,...

Issue #3067299 by andypost, iyyappan.govind, quietone, mrinalini9, benjifisher, ravi.shankar, yogeshmpawar, longwave, danflanagan8: Move actions migrations and tests to system module
parent 5f5c8114
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
finished:
  6:
    system: action
  7:
    system: action
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ class StateFileExistsTest extends MigrateDrupalTestBase {
   * @var array
   */
  protected $stateFileRequired = [
    'action',
    'ban',
    'block',
    'block_content',
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ protected function getEntityCounts() {
      'search_page' => 2,
      'shortcut' => 2,
      'shortcut_set' => 1,
      'action' => 27,
      'action' => 33,
      'menu' => 8,
      'path_alias' => 8,
      'taxonomy_term' => 15,
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ protected function getEntityCounts() {
      'search_page' => 2,
      'shortcut' => 6,
      'shortcut_set' => 2,
      'action' => 21,
      'action' => 27,
      'menu' => 7,
      'taxonomy_term' => 25,
      'taxonomy_vocabulary' => 8,
+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@ process:
destination:
  plugin: config
  config_name: null
  destination_module: action
  destination_module: system
Loading