<?php // Similar to code in \Drupal\KernelTests\KernelTestBase::getModulesToEnable() $array = [ 'test' => ['foo'], 'test2' => ['bar'], ]; var_dump(call_user_func_array('array_merge_recursive', $array));
You have javascript disabled. You will not be able to edit any code.