This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +47
-5
lines changed
tests/Unit/DependencyInjection/Factory Expand file tree Collapse file tree 5 files changed +47
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
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
+
3
12
namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \Tests \Unit \DependencyInjection \Factory ;
4
13
5
14
/**
@@ -85,8 +94,8 @@ public function testMenuAdminServicesBundle()
85
94
'bundles ' => [
86
95
'block ' => [
87
96
'enabled ' => true ,
88
- 'enable_menu ' => 'auto '
89
- ]
97
+ 'enable_menu ' => 'auto ' ,
98
+ ],
90
99
],
91
100
]);
92
101
Original file line number Diff line number Diff line change 1
1
<?php
2
2
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
+
3
12
namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \Tests \Unit \DependencyInjection \Factory ;
4
13
5
14
use Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \DependencyInjection \Factory \ContentAdminFactory ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
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
+
3
12
namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \Tests \Unit \DependencyInjection \Factory ;
4
13
5
14
/**
@@ -38,7 +47,6 @@ public function testParametersBundle()
38
47
39
48
public function testAdminServicesBundle ()
40
49
{
41
-
42
50
$ this ->container ->setParameter (
43
51
'kernel.bundles ' ,
44
52
[
Original file line number Diff line number Diff line change 1
1
<?php
2
2
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
+
3
12
namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \Tests \Unit \DependencyInjection \Factory ;
4
13
5
14
/**
@@ -51,7 +60,6 @@ public function testParametersBundle()
51
60
52
61
public function testAdminServicesBundle ()
53
62
{
54
-
55
63
$ this ->container ->setParameter (
56
64
'kernel.bundles ' ,
57
65
[
Original file line number Diff line number Diff line change 1
1
<?php
2
2
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
+
3
12
namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \Tests \Unit \DependencyInjection \Factory ;
4
13
5
14
/**
@@ -37,7 +46,6 @@ public function testParametersBundle()
37
46
38
47
public function testAdminServicesBundle ()
39
48
{
40
-
41
49
$ this ->container ->setParameter (
42
50
'kernel.bundles ' ,
43
51
[
You can’t perform that action at this time.
0 commit comments