X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fmodules%2Fd8%2Fwoot%2Fwoot.install;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fmodules%2Fd8%2Fwoot%2Fwoot.install;h=d666a5daaa5d2ad32157bc4f8a5af31444125538;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drush/drush/tests/resources/modules/d8/woot/woot.install b/vendor/drush/drush/tests/resources/modules/d8/woot/woot.install new file mode 100644 index 000000000..d666a5daa --- /dev/null +++ b/vendor/drush/drush/tests/resources/modules/d8/woot/woot.install @@ -0,0 +1,30 @@ + 'item_list', + '#items' => ['a', 'b'], + ]; + \Drupal::service('renderer')->renderPlain($render_array); + return t('This is the update message from woot_update_8103'); +}