Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / drupal-extension / src / Drupal / DrupalExtension / Hook / Scope / TermScope
diff --git a/vendor/drupal/drupal-extension/src/Drupal/DrupalExtension/Hook/Scope/TermScope b/vendor/drupal/drupal-extension/src/Drupal/DrupalExtension/Hook/Scope/TermScope
deleted file mode 100644 (file)
index 5e8b93b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-/**
- * @file
- * User scope.
- */
-namespace Drupal\DrupalExtension\Hook\Scope;
-
-use Behat\Behat\Context\Context;
-use Behat\Testwork\Hook\Scope\HookScope;
-
-/**
- * Represents an Entity hook scope.
- */
-abstract class UserScope extends BaseEntityScope {
-
-  const BEFORE = 'user.create.before';
-  const AFTER = 'user.create.after';
-
-}