Security update for Core, with self-updated composer
[yaffs-website] / vendor / drush / drush / tests / commandTest.php
index c999bb180b9839986c58dcf41ab77551996dfd00..141d12a6079a5f5df5d635d7420372472854f174 100644 (file)
@@ -94,8 +94,7 @@ class commandCase extends CommandUnishTestCase {
     $options += array(
       'backend' => NULL, // To obtain and parse the error log.
     );
+    // Assert that this has an error.
     $this->drush('devel-reinstall', array(), $options, NULL, NULL, self::EXIT_ERROR);
-    $parsed = $this->parse_backend_output($this->getOutput());
-    $this->assertArrayHasKey("DRUSH_COMMAND_DEPENDENCY_ERROR", $parsed['error_log']);
   }
 }