Version 1
[yaffs-website] / vendor / symfony / class-loader / Tests / Fixtures / Namespaced / WithFileMagic.php
diff --git a/vendor/symfony/class-loader/Tests/Fixtures/Namespaced/WithFileMagic.php b/vendor/symfony/class-loader/Tests/Fixtures/Namespaced/WithFileMagic.php
new file mode 100644 (file)
index 0000000..d430252
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+/*
+ * foo
+ */
+
+namespace Namespaced;
+
+class WithFileMagic
+{
+    public function getFile()
+    {
+        return __FILE__;
+    }
+}