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 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+
312namespace 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
Original file line number Diff line number Diff line change 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+
312namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \Tests \Unit \DependencyInjection \Factory ;
413
514use Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \DependencyInjection \Factory \ContentAdminFactory ;
Original file line number Diff line number Diff line change 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+
312namespace 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 [
Original file line number Diff line number Diff line change 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+
312namespace 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 [
Original file line number Diff line number Diff line change 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+
312namespace 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 [
You can’t perform that action at this time.
0 commit comments