Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / common / tests / Doctrine / Tests / Common / Reflection / FullyClassifiedParent.php
1 <?php
2
3 namespace Doctrine\Tests\Common\Reflection;
4
5 class FullyClassifiedParent extends \Doctrine\Tests\Common\Reflection\NoParent
6 {
7 }