aboutsummaryrefslogtreecommitdiff
path: root/test/Foo.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/Foo.php')
-rw-r--r--test/Foo.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Foo.php b/test/Foo.php
new file mode 100644
index 0000000..e6e688c
--- /dev/null
+++ b/test/Foo.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * User: Victor Häggqvist
+ * Date: 3/4/15
+ * Time: 12:58 PM
+ */
+
+class Foo {
+ public $name;
+}