Commit 63be8a86 authored by catch's avatar catch
Browse files

Issue #3525090 by donquixote, nicxvan: [11.1] ResolvedLibraryDefinitionsFilesMatchTest is failing

(cherry picked from commit 1a37ee3e)
parent d467e8de
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -155,6 +155,8 @@ public function testCoreLibraryCompleteness(): void {
    }
    sort($this->allModules);
    $this->container->get('module_installer')->install($this->allModules);
    // Get a library discovery from the new container.
    $this->libraryDiscovery = $this->container->get('library.discovery');

    $this->assertLibraries();
  }
@@ -174,6 +176,7 @@ public function testCoreLibraryCompletenessDeprecated(): void {
      }
    });
    $this->container->get('module_installer')->install(array_keys($deprecated_modules_to_test));
    $this->libraryDiscovery = $this->container->get('library.discovery');
    $this->allModules = array_keys(\Drupal::moduleHandler()->getModuleList());

    $this->assertLibraries();