Verified Commit bb6ce4e4 authored by Dave Long's avatar Dave Long
Browse files

Issue #3517808 by nicxvan, smustgrave, alexpott, ghost of drupal past: Allow...

Issue #3517808 by nicxvan, smustgrave, alexpott, ghost of drupal past: Allow Traits to define modules for install during tests
parent 75628d32
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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')) {