X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2FpmReleaseNotesTest.php;fp=vendor%2Fdrush%2Fdrush%2Ftests%2FpmReleaseNotesTest.php;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=5182916f45530bd70fe31aa8761ffd271c28d9af;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/drush/drush/tests/pmReleaseNotesTest.php b/vendor/drush/drush/tests/pmReleaseNotesTest.php deleted file mode 100644 index 5182916f4..000000000 --- a/vendor/drush/drush/tests/pmReleaseNotesTest.php +++ /dev/null @@ -1,21 +0,0 @@ -drush('pm-releasenotes', array('drupal-7.1')); - $output = $this->getOutput(); - $this->assertContains("RELEASE NOTES FOR 'DRUPAL' PROJECT, VERSION 7.1", $output); - $this->assertContains('Last updated: 25 May 2011 at 20:59 UTC.', $output); - $this->assertContains('SA-CORE-2011-001 - Drupal core - Multiple vulnerabilities', $output); - } -} -