X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fcompletetestsite.drush.inc;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fcompletetestsite.drush.inc;h=8fd224cfb38514a3fe78cca58d438486e19fae8a;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drush/drush/tests/completetestsite.drush.inc b/vendor/drush/drush/tests/completetestsite.drush.inc new file mode 100644 index 000000000..8fd224cfb --- /dev/null +++ b/vendor/drush/drush/tests/completetestsite.drush.inc @@ -0,0 +1,18 @@ + 'No-op command, used to test various completions for commands that start the same as other commands.', + 'bootstrap' => DRUSH_BOOTSTRAP_NONE, + 'callback' => 'drush_completetest_noop', + ); + return $items; +} +