Rajout de doctrine/orm
[zf2.biz/application_blanche.git] / vendor / doctrine / common / tests / Doctrine / Tests / Common / Reflection / Dummies / NoParent.php
diff --git a/vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/Dummies/NoParent.php b/vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/Dummies/NoParent.php
new file mode 100644 (file)
index 0000000..f0e8dc9
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Doctrine\Tests\Common\Reflection\Dummies;
+
+class NoParent
+{
+    public $test;
+}