Loading core/tests/Drupal/KernelTests/KernelTestBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -987,7 +987,7 @@ protected function vfsDump() { * @return array * An array of modules to install. */ private static function getModulesToEnable($class) { protected static function getModulesToEnable($class) { $modules = []; while ($class) { if (property_exists($class, 'modules')) { Loading Loading
core/tests/Drupal/KernelTests/KernelTestBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -987,7 +987,7 @@ protected function vfsDump() { * @return array * An array of modules to install. */ private static function getModulesToEnable($class) { protected static function getModulesToEnable($class) { $modules = []; while ($class) { if (property_exists($class, 'modules')) { Loading