diff --git a/tests/src/Kernel/Plugin/migrate/source/BeanTest.php b/tests/src/Kernel/Plugin/migrate/source/BeanTest.php index 226ee13..c86d00b 100644 --- a/tests/src/Kernel/Plugin/migrate/source/BeanTest.php +++ b/tests/src/Kernel/Plugin/migrate/source/BeanTest.php @@ -32,7 +32,7 @@ class BeanTest extends MigrateSqlSourceTestBase { foreach (static::BEAN_COMPLICATED_TABLES as $table_name => $records) { $simple_plus_complicated[$table_name] = array_merge( $simple_plus_complicated[$table_name], - $records, + $records ); }