X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fentity%2Ftests%2Fmodules%2Fentity_module_bundle_plugin_test%2Fsrc%2FPlugin%2FBundlePluginTest%2FFirst.php;fp=web%2Fmodules%2Fcontrib%2Fentity%2Ftests%2Fmodules%2Fentity_module_bundle_plugin_test%2Fsrc%2FPlugin%2FBundlePluginTest%2FFirst.php;h=0000000000000000000000000000000000000000;hp=728a90b69ca70ade64e12cccabaf7ba13dc6f1c9;hb=059867c3f96750652c80f39e44c442a58c2549ee;hpb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2 diff --git a/web/modules/contrib/entity/tests/modules/entity_module_bundle_plugin_test/src/Plugin/BundlePluginTest/First.php b/web/modules/contrib/entity/tests/modules/entity_module_bundle_plugin_test/src/Plugin/BundlePluginTest/First.php deleted file mode 100644 index 728a90b69..000000000 --- a/web/modules/contrib/entity/tests/modules/entity_module_bundle_plugin_test/src/Plugin/BundlePluginTest/First.php +++ /dev/null @@ -1,31 +0,0 @@ -setLabel(t('Email')) - ->setRequired(TRUE); - - return $fields; - } - -}