@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the Superdesk Web Publisher MultiTenancy Bundle. |
|
4 | - * |
|
5 | - * Copyright 2016 Sourcefabric z.u. and contributors. |
|
6 | - * |
|
7 | - * For the full copyright and license information, please see the |
|
8 | - * AUTHORS and LICENSE files distributed with this source code. |
|
9 | - * |
|
10 | - * @copyright 2016 Sourcefabric z.ú. |
|
11 | - * @license http://www.superdesk.org/license |
|
12 | - */ |
|
3 | + * This file is part of the Superdesk Web Publisher MultiTenancy Bundle. |
|
4 | + * |
|
5 | + * Copyright 2016 Sourcefabric z.u. and contributors. |
|
6 | + * |
|
7 | + * For the full copyright and license information, please see the |
|
8 | + * AUTHORS and LICENSE files distributed with this source code. |
|
9 | + * |
|
10 | + * @copyright 2016 Sourcefabric z.ú. |
|
11 | + * @license http://www.superdesk.org/license |
|
12 | + */ |
|
13 | 13 | namespace SWP\MultiTenancyBundle\Tests\DependencyInjection\Compiler; |
14 | 14 | |
15 | 15 | use SWP\MultiTenancyBundle\DependencyInjection\Compiler\TenantAwareRouterCompilerPass; |
@@ -46,9 +46,9 @@ |
||
46 | 46 | ); |
47 | 47 | |
48 | 48 | $this->assertEquals( |
49 | - array('routes1', 'routes2'), |
|
50 | - $container->getParameter('swp_multi_tenancy.persistence.phpcr.route_basepaths') |
|
51 | - ); |
|
49 | + array('routes1', 'routes2'), |
|
50 | + $container->getParameter('swp_multi_tenancy.persistence.phpcr.route_basepaths') |
|
51 | + ); |
|
52 | 52 | |
53 | 53 | $this->assertEquals( |
54 | 54 | array('routes1', 'routes2', 'content'), |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the Superdesk Web Publisher MultiTenancy Bundle. |
|
4 | - * |
|
5 | - * Copyright 2016 Sourcefabric z.u. and contributors. |
|
6 | - * |
|
7 | - * For the full copyright and license information, please see the |
|
8 | - * AUTHORS and LICENSE files distributed with this source code. |
|
9 | - * |
|
10 | - * @copyright 2016 Sourcefabric z.ú. |
|
11 | - * @license http://www.superdesk.org/license |
|
12 | - */ |
|
3 | + * This file is part of the Superdesk Web Publisher MultiTenancy Bundle. |
|
4 | + * |
|
5 | + * Copyright 2016 Sourcefabric z.u. and contributors. |
|
6 | + * |
|
7 | + * For the full copyright and license information, please see the |
|
8 | + * AUTHORS and LICENSE files distributed with this source code. |
|
9 | + * |
|
10 | + * @copyright 2016 Sourcefabric z.ú. |
|
11 | + * @license http://www.superdesk.org/license |
|
12 | + */ |
|
13 | 13 | namespace SWP\MultiTenancyBundle\Tests\DependencyInjection\Compiler; |
14 | 14 | |
15 | 15 | use SWP\MultiTenancyBundle\DependencyInjection\Compiler\TenantAwareRouterCompilerPass; |