Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / src / Functional / Module / InstallUninstallTest.php
index 61d3607810e6c8bd6ea972b4ccf8160f8b07afa2..4d8f30d65c7fd582137b89778da8bbd2cd88c6e3 100644 (file)
@@ -72,7 +72,7 @@ class InstallUninstallTest extends ModuleTestBase {
 
     // Go through each module in the list and try to install and uninstall
     // it with its dependencies.
-    while (list($name, $module) = each($all_modules)) {
+    foreach ($all_modules as $name => $module) {
       $was_installed_list = \Drupal::moduleHandler()->getModuleList();
 
       // Start a list of modules that we expect to be installed this time.