Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / common / tests / Doctrine / Tests / Common / Annotations / AnnotationReaderTest.php
1 <?php
2
3 namespace Doctrine\Tests\Common\Annotations;
4
5 use Doctrine\Common\Annotations\AnnotationReader;
6
7 class AnnotationReaderTest extends AbstractReaderTest
8 {
9     protected function getReader()
10     {
11         return new AnnotationReader();
12     }
13 }