X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2FpmUpdateCodeTest.php;fp=vendor%2Fdrush%2Fdrush%2Ftests%2FpmUpdateCodeTest.php;h=e4b96688712649e60e86f52dbf3270579123b269;hp=5fc9ad20c326a80b7818c3bbb291c04b738abae5;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/drush/drush/tests/pmUpdateCodeTest.php b/vendor/drush/drush/tests/pmUpdateCodeTest.php index 5fc9ad20c..e4b966887 100644 --- a/vendor/drush/drush/tests/pmUpdateCodeTest.php +++ b/vendor/drush/drush/tests/pmUpdateCodeTest.php @@ -25,9 +25,11 @@ class pmUpdateCode extends CommandUnishTestCase { $list = $this->getOutputAsList(); // Line 0 is "Release" // Line 1 is "...-dev" - // Line 2 is current best release - // Line 3 is the previous release - return trim($list[3]); + // Line 2 is "...-dev" + // Line 3 is "...-dev" + // Line 4 is current best release + // Line 5 is the previous release + return trim($list[5]); } /**