Verified Commit 27ec7850 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

(cherry picked from commit bb6ce4e4)
parent 4f88d508
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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')) {