X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2FpmUpdateCodeTest.php;h=e4b96688712649e60e86f52dbf3270579123b269;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hp=5fc9ad20c326a80b7818c3bbb291c04b738abae5;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website 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]); } /**