Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / drupal-extension / fixtures / drupal6 / modules / behat_test / behat_test.install
diff --git a/vendor/drupal/drupal-extension/fixtures/drupal6/modules/behat_test/behat_test.install b/vendor/drupal/drupal-extension/fixtures/drupal6/modules/behat_test/behat_test.install
deleted file mode 100644 (file)
index d0a0ede..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-/**
- * Implements hook_install().
- */
-function behat_test_install() {
-  $edit = array();
-  $edit['name'] = 'tags';
-  $edit['help'] = '';
-  taxonomy_save_vocabulary($edit);
-}