aboutsummaryrefslogtreecommitdiff
path: root/test/Foo.php
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-03-05 02:31:03 +0100
committerVictor Häggqvist <[email protected]>2015-03-05 02:31:03 +0100
commiteef1ffb0f43783e28d0b931f270cab6d10ece2fb (patch)
treea6695da79c07ac5a099048252f8e8b5f65a2c995 /test/Foo.php
init
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;
+}