Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / Doctrine / Tests / ORM / Proxy / fixtures / NonNamespacedProxies.php
1 <?php
2
3 /**
4  * @entity
5  */
6 class DoctrineOrmTestEntity
7 {
8     /**
9      * @column(type="integer")
10      * @id
11      */
12     public $id;
13 }