Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 9e13224

Browse files
committed
Merge branch 'add_dI_tests' of github.com:symfony-cmf/sonata-admin-integration-bundle into add_dI_tests
2 parents e0875f3 + 72bb1f6 commit 9e13224

File tree

5 files changed

+47
-5
lines changed

5 files changed

+47
-5
lines changed

tests/Unit/DependencyInjection/Factory/BlockAdminFactoryTest.php

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2017 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Unit\DependencyInjection\Factory;
413

514
/**
@@ -85,8 +94,8 @@ public function testMenuAdminServicesBundle()
8594
'bundles' => [
8695
'block' => [
8796
'enabled' => true,
88-
'enable_menu' => 'auto'
89-
]
97+
'enable_menu' => 'auto',
98+
],
9099
],
91100
]);
92101

tests/Unit/DependencyInjection/Factory/ContentAdminFactoryTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2017 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Unit\DependencyInjection\Factory;
413

514
use Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\DependencyInjection\Factory\ContentAdminFactory;

tests/Unit/DependencyInjection/Factory/CoreAdminFactoryTest.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2017 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Unit\DependencyInjection\Factory;
413

514
/**
@@ -38,7 +47,6 @@ public function testParametersBundle()
3847

3948
public function testAdminServicesBundle()
4049
{
41-
4250
$this->container->setParameter(
4351
'kernel.bundles',
4452
[

tests/Unit/DependencyInjection/Factory/MenuAdminFactoryTest.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2017 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Unit\DependencyInjection\Factory;
413

514
/**
@@ -51,7 +60,6 @@ public function testParametersBundle()
5160

5261
public function testAdminServicesBundle()
5362
{
54-
5563
$this->container->setParameter(
5664
'kernel.bundles',
5765
[

tests/Unit/DependencyInjection/Factory/RoutingAdminFactoryTest.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony CMF package.
5+
*
6+
* (c) 2011-2017 Symfony CMF
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Unit\DependencyInjection\Factory;
413

514
/**
@@ -37,7 +46,6 @@ public function testParametersBundle()
3746

3847
public function testAdminServicesBundle()
3948
{
40-
4149
$this->container->setParameter(
4250
'kernel.bundles',
4351
[

0 commit comments

Comments
 (0)