Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / entity / tests / modules / entity_module_bundle_plugin_test / src / Plugin / BundlePluginTest / BundlePluginTestInterface.php
diff --git a/web/modules/contrib/entity/tests/modules/entity_module_bundle_plugin_test/src/Plugin/BundlePluginTest/BundlePluginTestInterface.php b/web/modules/contrib/entity/tests/modules/entity_module_bundle_plugin_test/src/Plugin/BundlePluginTest/BundlePluginTestInterface.php
deleted file mode 100644 (file)
index 2b25a02..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-namespace Drupal\entity_module_bundle_plugin_test\Plugin\BundlePluginTest;
-
-use Drupal\entity\BundlePlugin\BundlePluginInterface;
-
-/**
- * Defines the interface for BundlePluginTest plugins.
- */
-interface BundlePluginTestInterface extends BundlePluginInterface {
-
-}