Loading modules/access/tests/src/Kernel/AccessExecutionChainTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ class AccessExecutionChainTest extends KernelTestBase { 'node', 'eca', 'eca_access', 'eca_array', 'eca_test_array', ]; /** Loading Loading @@ -341,7 +341,7 @@ class AccessExecutionChainTest extends KernelTestBase { ], 'conditions' => [ 'array_has_key_value' => [ 'plugin' => 'eca_array_has_key_and_value', 'plugin' => 'eca_test_array_has_key_and_value', 'configuration' => [ 'key' => 'account_id', 'value' => '3', Loading @@ -351,7 +351,7 @@ class AccessExecutionChainTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'array_write' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write account user into array', 'configuration' => [ 'key' => 'account_id', Loading modules/base/tests/src/Kernel/BaseEventsTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -3,9 +3,9 @@ namespace Drupal\Tests\eca_base\Kernel; use Drupal\eca\Entity\Eca; use Drupal\eca_array\Plugin\Action\ArrayIncrement; use Drupal\eca_base\BaseEvents; use Drupal\eca_base\Event\CustomEvent; use Drupal\eca_test_array\Plugin\Action\ArrayIncrement; use Drupal\KernelTests\KernelTestBase; use Drupal\user\Entity\User; Loading @@ -25,7 +25,7 @@ class BaseEventsTest extends KernelTestBase { 'user', 'field', 'eca', 'eca_array', 'eca_test_array', 'eca_base', ]; Loading Loading @@ -101,7 +101,7 @@ class BaseEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'increment' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'base_inc', Loading modules/config/tests/src/Kernel/ConfigEventsTest.php +10 −10 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ use Drupal\Core\Config\ConfigRenameEvent; use Drupal\Core\Config\Importer\MissingContentEvent; use Drupal\Core\Config\StorageComparer; use Drupal\eca\Entity\Eca; use Drupal\eca_array\Plugin\Action\ArrayIncrement; use Drupal\eca_array\Plugin\Action\ArrayWrite; use Drupal\eca_test_array\Plugin\Action\ArrayIncrement; use Drupal\eca_test_array\Plugin\Action\ArrayWrite; use Drupal\KernelTests\KernelTestBase; use Drupal\user\Entity\User; Loading @@ -32,8 +32,8 @@ class ConfigEventsTest extends KernelTestBase { 'config_translation', 'language', 'eca', 'eca_array', 'eca_config', 'eca_test_array', ]; /** Loading Loading @@ -76,7 +76,7 @@ class ConfigEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'array_write_config_name' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write config name into array', 'configuration' => [ 'key' => 'config_name', Loading @@ -85,7 +85,7 @@ class ConfigEventsTest extends KernelTestBase { 'successors' => [], ], 'array_write_site_name' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write site name into array', 'configuration' => [ 'key' => 'site_name', Loading Loading @@ -134,7 +134,7 @@ class ConfigEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'array_increment' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'inc', Loading Loading @@ -216,7 +216,7 @@ class ConfigEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'array_increment_import' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment import', 'configuration' => [ 'key' => 'import_inc', Loading @@ -224,7 +224,7 @@ class ConfigEventsTest extends KernelTestBase { 'successors' => [], ], 'array_increment_import_missing_content' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment import missing content', 'configuration' => [ 'key' => 'import_missing_content_inc', Loading @@ -232,7 +232,7 @@ class ConfigEventsTest extends KernelTestBase { 'successors' => [], ], 'array_increment_import_validate' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment import validate', 'configuration' => [ 'key' => 'import_validate_inc', Loading @@ -240,7 +240,7 @@ class ConfigEventsTest extends KernelTestBase { 'successors' => [], ], 'array_increment_rename' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment rename', 'configuration' => [ 'key' => 'import_rename_inc', Loading modules/content/tests/src/Kernel/ContentEventsTest.php +21 −21 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ namespace Drupal\Tests\eca_content\Kernel; use Drupal\Core\Language\LanguageInterface; use Drupal\eca\Entity\Eca; use Drupal\eca_array\Plugin\Action\ArrayWrite; use Drupal\eca_test_array\Plugin\Action\ArrayWrite; use Drupal\KernelTests\KernelTestBase; use Drupal\language\Entity\ConfigurableLanguage; use Drupal\language\Entity\ContentLanguageSettings; Loading Loading @@ -35,8 +35,8 @@ class ContentEventsTest extends KernelTestBase { 'language', 'content_translation', 'eca', 'eca_array', 'eca_content', 'eca_test_array', ]; /** Loading Loading @@ -127,7 +127,7 @@ class ContentEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'write_bundlecreate' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write bundlecreate', 'configuration' => [ 'key' => 'bundlecreate', Loading @@ -136,7 +136,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_bundledelete' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write bundledelete', 'configuration' => [ 'key' => 'bundledelete', Loading Loading @@ -364,7 +364,7 @@ class ContentEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'write_create' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write create', 'configuration' => [ 'key' => 'create', Loading @@ -373,7 +373,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_revisioncreate' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write revisioncreate', 'configuration' => [ 'key' => 'revisioncreate', Loading @@ -382,7 +382,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_preload' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write preload', 'configuration' => [ 'key' => 'preload', Loading @@ -391,7 +391,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_load' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write load', 'configuration' => [ 'key' => 'load', Loading @@ -400,7 +400,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_storageload' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write storageload', 'configuration' => [ 'key' => 'storageload', Loading @@ -409,7 +409,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_presave' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write presave', 'configuration' => [ 'key' => 'presave', Loading @@ -418,7 +418,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_insert' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write insert', 'configuration' => [ 'key' => 'insert', Loading @@ -427,7 +427,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_update' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write update', 'configuration' => [ 'key' => 'update', Loading @@ -436,7 +436,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_translationinsert' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write translationinsert', 'configuration' => [ 'key' => 'translationinsert', Loading @@ -445,7 +445,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_translationcreate' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write translationcreate', 'configuration' => [ 'key' => 'translationcreate', Loading @@ -454,7 +454,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_translationdelete' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write translationdelete', 'configuration' => [ 'key' => 'translationdelete', Loading @@ -463,7 +463,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_predelete' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write predelete', 'configuration' => [ 'key' => 'predelete', Loading @@ -472,7 +472,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_delete' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write delete', 'configuration' => [ 'key' => 'delete', Loading @@ -481,7 +481,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_revisiondelete' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write revisiondelete', 'configuration' => [ 'key' => 'revisiondelete', Loading @@ -490,7 +490,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_view' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write view', 'configuration' => [ 'key' => 'view', Loading @@ -499,7 +499,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_prepareview' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write prepareview', 'configuration' => [ 'key' => 'prepareview', Loading @@ -508,7 +508,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_fieldvaluesinit' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write fieldvaluesinit', 'configuration' => [ 'key' => 'fieldvaluesinit', Loading modules/migrate/tests/src/Kernel/MigrateEventTest.php +13 −13 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Drupal\Tests\eca_migrate\Kernel; use Drupal\eca\Entity\Eca; use Drupal\eca_array\Plugin\Action\ArrayIncrement; use Drupal\eca_test_array\Plugin\Action\ArrayIncrement; use Drupal\KernelTests\KernelTestBase; use Drupal\migrate\MigrateExecutable; use Drupal\user\Entity\User; Loading @@ -26,7 +26,7 @@ class MigrateEventTest extends KernelTestBase { 'user', 'eca', 'eca_migrate', 'eca_array', 'eca_test_array', ]; /** Loading Loading @@ -164,7 +164,7 @@ class MigrateEventTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'increment_idmap_message' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment idmap_message', 'configuration' => [ 'key' => 'idmap_message_inc', Loading @@ -172,7 +172,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_map_delete' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'map_delete_inc', Loading @@ -180,7 +180,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_map_save' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'map_save_inc', Loading @@ -188,7 +188,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_post_import' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'post_import_inc', Loading @@ -196,7 +196,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_post_rollback' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'post_rollback_inc', Loading @@ -204,7 +204,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_post_row_delete' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'row_delete_inc', Loading @@ -212,7 +212,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_post_row_save' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'row_save_inc', Loading @@ -220,7 +220,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_pre_import' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'pre_import_inc', Loading @@ -228,7 +228,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_pre_rollback' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'pre_rollback_inc', Loading @@ -236,7 +236,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_pre_row_delete' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'pre_row_delete_inc', Loading @@ -244,7 +244,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_pre_row_save' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'pre_row_save_inc', Loading Loading
modules/access/tests/src/Kernel/AccessExecutionChainTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ class AccessExecutionChainTest extends KernelTestBase { 'node', 'eca', 'eca_access', 'eca_array', 'eca_test_array', ]; /** Loading Loading @@ -341,7 +341,7 @@ class AccessExecutionChainTest extends KernelTestBase { ], 'conditions' => [ 'array_has_key_value' => [ 'plugin' => 'eca_array_has_key_and_value', 'plugin' => 'eca_test_array_has_key_and_value', 'configuration' => [ 'key' => 'account_id', 'value' => '3', Loading @@ -351,7 +351,7 @@ class AccessExecutionChainTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'array_write' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write account user into array', 'configuration' => [ 'key' => 'account_id', Loading
modules/base/tests/src/Kernel/BaseEventsTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -3,9 +3,9 @@ namespace Drupal\Tests\eca_base\Kernel; use Drupal\eca\Entity\Eca; use Drupal\eca_array\Plugin\Action\ArrayIncrement; use Drupal\eca_base\BaseEvents; use Drupal\eca_base\Event\CustomEvent; use Drupal\eca_test_array\Plugin\Action\ArrayIncrement; use Drupal\KernelTests\KernelTestBase; use Drupal\user\Entity\User; Loading @@ -25,7 +25,7 @@ class BaseEventsTest extends KernelTestBase { 'user', 'field', 'eca', 'eca_array', 'eca_test_array', 'eca_base', ]; Loading Loading @@ -101,7 +101,7 @@ class BaseEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'increment' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'base_inc', Loading
modules/config/tests/src/Kernel/ConfigEventsTest.php +10 −10 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ use Drupal\Core\Config\ConfigRenameEvent; use Drupal\Core\Config\Importer\MissingContentEvent; use Drupal\Core\Config\StorageComparer; use Drupal\eca\Entity\Eca; use Drupal\eca_array\Plugin\Action\ArrayIncrement; use Drupal\eca_array\Plugin\Action\ArrayWrite; use Drupal\eca_test_array\Plugin\Action\ArrayIncrement; use Drupal\eca_test_array\Plugin\Action\ArrayWrite; use Drupal\KernelTests\KernelTestBase; use Drupal\user\Entity\User; Loading @@ -32,8 +32,8 @@ class ConfigEventsTest extends KernelTestBase { 'config_translation', 'language', 'eca', 'eca_array', 'eca_config', 'eca_test_array', ]; /** Loading Loading @@ -76,7 +76,7 @@ class ConfigEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'array_write_config_name' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write config name into array', 'configuration' => [ 'key' => 'config_name', Loading @@ -85,7 +85,7 @@ class ConfigEventsTest extends KernelTestBase { 'successors' => [], ], 'array_write_site_name' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write site name into array', 'configuration' => [ 'key' => 'site_name', Loading Loading @@ -134,7 +134,7 @@ class ConfigEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'array_increment' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'inc', Loading Loading @@ -216,7 +216,7 @@ class ConfigEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'array_increment_import' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment import', 'configuration' => [ 'key' => 'import_inc', Loading @@ -224,7 +224,7 @@ class ConfigEventsTest extends KernelTestBase { 'successors' => [], ], 'array_increment_import_missing_content' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment import missing content', 'configuration' => [ 'key' => 'import_missing_content_inc', Loading @@ -232,7 +232,7 @@ class ConfigEventsTest extends KernelTestBase { 'successors' => [], ], 'array_increment_import_validate' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment import validate', 'configuration' => [ 'key' => 'import_validate_inc', Loading @@ -240,7 +240,7 @@ class ConfigEventsTest extends KernelTestBase { 'successors' => [], ], 'array_increment_rename' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment rename', 'configuration' => [ 'key' => 'import_rename_inc', Loading
modules/content/tests/src/Kernel/ContentEventsTest.php +21 −21 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ namespace Drupal\Tests\eca_content\Kernel; use Drupal\Core\Language\LanguageInterface; use Drupal\eca\Entity\Eca; use Drupal\eca_array\Plugin\Action\ArrayWrite; use Drupal\eca_test_array\Plugin\Action\ArrayWrite; use Drupal\KernelTests\KernelTestBase; use Drupal\language\Entity\ConfigurableLanguage; use Drupal\language\Entity\ContentLanguageSettings; Loading Loading @@ -35,8 +35,8 @@ class ContentEventsTest extends KernelTestBase { 'language', 'content_translation', 'eca', 'eca_array', 'eca_content', 'eca_test_array', ]; /** Loading Loading @@ -127,7 +127,7 @@ class ContentEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'write_bundlecreate' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write bundlecreate', 'configuration' => [ 'key' => 'bundlecreate', Loading @@ -136,7 +136,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_bundledelete' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write bundledelete', 'configuration' => [ 'key' => 'bundledelete', Loading Loading @@ -364,7 +364,7 @@ class ContentEventsTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'write_create' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write create', 'configuration' => [ 'key' => 'create', Loading @@ -373,7 +373,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_revisioncreate' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write revisioncreate', 'configuration' => [ 'key' => 'revisioncreate', Loading @@ -382,7 +382,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_preload' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write preload', 'configuration' => [ 'key' => 'preload', Loading @@ -391,7 +391,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_load' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write load', 'configuration' => [ 'key' => 'load', Loading @@ -400,7 +400,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_storageload' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write storageload', 'configuration' => [ 'key' => 'storageload', Loading @@ -409,7 +409,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_presave' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write presave', 'configuration' => [ 'key' => 'presave', Loading @@ -418,7 +418,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_insert' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write insert', 'configuration' => [ 'key' => 'insert', Loading @@ -427,7 +427,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_update' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write update', 'configuration' => [ 'key' => 'update', Loading @@ -436,7 +436,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_translationinsert' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write translationinsert', 'configuration' => [ 'key' => 'translationinsert', Loading @@ -445,7 +445,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_translationcreate' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write translationcreate', 'configuration' => [ 'key' => 'translationcreate', Loading @@ -454,7 +454,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_translationdelete' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write translationdelete', 'configuration' => [ 'key' => 'translationdelete', Loading @@ -463,7 +463,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_predelete' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write predelete', 'configuration' => [ 'key' => 'predelete', Loading @@ -472,7 +472,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_delete' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write delete', 'configuration' => [ 'key' => 'delete', Loading @@ -481,7 +481,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_revisiondelete' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write revisiondelete', 'configuration' => [ 'key' => 'revisiondelete', Loading @@ -490,7 +490,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_view' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write view', 'configuration' => [ 'key' => 'view', Loading @@ -499,7 +499,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_prepareview' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write prepareview', 'configuration' => [ 'key' => 'prepareview', Loading @@ -508,7 +508,7 @@ class ContentEventsTest extends KernelTestBase { 'successors' => [], ], 'write_fieldvaluesinit' => [ 'plugin' => 'eca_array_write', 'plugin' => 'eca_test_array_write', 'label' => 'Write fieldvaluesinit', 'configuration' => [ 'key' => 'fieldvaluesinit', Loading
modules/migrate/tests/src/Kernel/MigrateEventTest.php +13 −13 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Drupal\Tests\eca_migrate\Kernel; use Drupal\eca\Entity\Eca; use Drupal\eca_array\Plugin\Action\ArrayIncrement; use Drupal\eca_test_array\Plugin\Action\ArrayIncrement; use Drupal\KernelTests\KernelTestBase; use Drupal\migrate\MigrateExecutable; use Drupal\user\Entity\User; Loading @@ -26,7 +26,7 @@ class MigrateEventTest extends KernelTestBase { 'user', 'eca', 'eca_migrate', 'eca_array', 'eca_test_array', ]; /** Loading Loading @@ -164,7 +164,7 @@ class MigrateEventTest extends KernelTestBase { 'gateways' => [], 'actions' => [ 'increment_idmap_message' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment idmap_message', 'configuration' => [ 'key' => 'idmap_message_inc', Loading @@ -172,7 +172,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_map_delete' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'map_delete_inc', Loading @@ -180,7 +180,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_map_save' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'map_save_inc', Loading @@ -188,7 +188,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_post_import' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'post_import_inc', Loading @@ -196,7 +196,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_post_rollback' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'post_rollback_inc', Loading @@ -204,7 +204,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_post_row_delete' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'row_delete_inc', Loading @@ -212,7 +212,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_post_row_save' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'row_save_inc', Loading @@ -220,7 +220,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_pre_import' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'pre_import_inc', Loading @@ -228,7 +228,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_pre_rollback' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'pre_rollback_inc', Loading @@ -236,7 +236,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_pre_row_delete' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'pre_row_delete_inc', Loading @@ -244,7 +244,7 @@ class MigrateEventTest extends KernelTestBase { 'successors' => [], ], 'increment_pre_row_save' => [ 'plugin' => 'eca_array_increment', 'plugin' => 'eca_test_array_increment', 'label' => 'Increment', 'configuration' => [ 'key' => 'pre_row_save_inc', Loading