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