X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fmodules%2Fd8%2Fwoot%2Fsrc%2FWootManager.php;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fmodules%2Fd8%2Fwoot%2Fsrc%2FWootManager.php;h=9802835585c0b0687ec36dd369e67df72ac09ac4;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drush/drush/tests/resources/modules/d8/woot/src/WootManager.php b/vendor/drush/drush/tests/resources/modules/d8/woot/src/WootManager.php new file mode 100644 index 000000000..980283558 --- /dev/null +++ b/vendor/drush/drush/tests/resources/modules/d8/woot/src/WootManager.php @@ -0,0 +1,54 @@ +currentUser = $current_user; + } + + /** + * Woof mightily. Note that we can include commands directly + * inside a service class. + * + * @command woof + * @aliases wf + */ + public function woof() + { + return 'Woof!'; + } +}