Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / common / tests / Doctrine / Tests / Common / Annotations / Fixtures / DifferentNamespacesPerFileWithClassAsLast.php
1 <?php
2
3 namespace Doctrine\Tests\Common\Annotations\Fixtures\Foo {
4     use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Secure;
5 }
6
7 namespace {
8     use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Route;
9 }
10
11 namespace Doctrine\Tests\Common\Annotations\Fixtures {
12     use Doctrine\Tests\Common\Annotations\Fixtures\Annotation\Template;
13
14     class DifferentNamespacesPerFileWithClassAsLast {}
15 }