Version 1
[yaffs-website] / vendor / symfony / class-loader / Tests / Fixtures / beta / PrefixCollision / C / B / Foo.php
diff --git a/vendor/symfony/class-loader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php b/vendor/symfony/class-loader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php
new file mode 100644 (file)
index 0000000..a9bf820
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+
+class PrefixCollision_C_B_Foo
+{
+    public static $loaded = true;
+}