Version 1
[yaffs-website] / web / core / modules / system / tests / themes / test_theme / src / ThemeClass.php
diff --git a/web/core/modules/system/tests/themes/test_theme/src/ThemeClass.php b/web/core/modules/system/tests/themes/test_theme/src/ThemeClass.php
new file mode 100644 (file)
index 0000000..af5109a
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\test_theme;
+
+/**
+ * Represents a random class, used to test if themes can provide classes.
+ */
+class ThemeClass { }