Loading core/tests/Drupal/KernelTests/KernelTestBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -1042,7 +1042,7 @@ protected function vfsDump() { * * @return array */ 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 @@ -1042,7 +1042,7 @@ protected function vfsDump() { * * @return array */ private static function getModulesToEnable($class) { protected static function getModulesToEnable($class) { $modules = []; while ($class) { if (property_exists($class, 'modules')) { Loading