X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Faction%2Ftests%2Fsrc%2FKernel%2FMigrate%2Fd7%2FMigrateActionsTest.php;fp=web%2Fcore%2Fmodules%2Faction%2Ftests%2Fsrc%2FKernel%2FMigrate%2Fd7%2FMigrateActionsTest.php;h=47049f33c6efc1cd325ef3aaa62495ef8c190f3c;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=1601449d6744221e743cdbafb2fc545ab803c7ee;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php b/web/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php index 1601449d6..47049f33c 100644 --- a/web/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php +++ b/web/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php @@ -40,7 +40,7 @@ class MigrateActionsTest extends MigrateDrupal7TestBase { $this->assertEntity('send_e_mail', 'Send e-mail', 'system', [ "recipient" => "test@example.com", "subject" => "Drupal migration test", - "message" => "Drupal migration test" + "message" => "Drupal migration test", ]); $this->assertEntity('redirect_to_url', 'Redirect to URL', 'system', ["url" => "https://www.drupal.org"]);