X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Faction%2Ftests%2Fsrc%2FKernel%2FMigrate%2Fd6%2FMigrateActionsTest.php;fp=web%2Fcore%2Fmodules%2Faction%2Ftests%2Fsrc%2FKernel%2FMigrate%2Fd6%2FMigrateActionsTest.php;h=928b3c9b812864d54f92f056fba86b7eb44315b4;hp=1737715f8a5fb187988dbc0075947dd96adea478;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php b/web/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php index 1737715f8..928b3c9b8 100644 --- a/web/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php +++ b/web/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php @@ -40,7 +40,7 @@ class MigrateActionsTest extends MigrateDrupal6TestBase { $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"]);