Version 1
[yaffs-website] / web / core / modules / system / tests / modules / plugin_test / src / Plugin / plugin_test / fruit / NonAnnotatedClass.php
diff --git a/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/NonAnnotatedClass.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/NonAnnotatedClass.php
new file mode 100644 (file)
index 0000000..c9ca767
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+
+namespace Drupal\plugin_test\Plugin\plugin_test\fruit;
+
+class NonAnnotatedClass {}