X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fuser%2Ftests%2Fsrc%2FKernel%2FPlugin%2Fmigrate%2Fsource%2FProfileFieldTest.php;h=99c61fd491081407219da386308649bbd8e67721;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=c321185713070c2b740de686c889bc454cb3af3b;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php b/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php index c32118571..99c61fd49 100644 --- a/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php +++ b/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php @@ -99,7 +99,7 @@ class ProfileFieldTest extends MigrateSqlSourceTestBase { 'fid' => 4, 'uid' => 1, 'value' => 'yellow', - ] + ], ]; // Expected options are: @@ -114,7 +114,7 @@ class ProfileFieldTest extends MigrateSqlSourceTestBase { 'blue' => 'blue', 'green' => 'green', 'yellow' => 'yellow', - ] + ], ]; $tests[0]['expected_data'] = $profile_fields;