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