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 +6
-5
lines changed
tests/Unit/DependencyInjection Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ public function testThatBundlesAreConfigured()
3333 {
3434 $ this ->container ->setParameter (
3535 'kernel.bundles ' ,
36- array (
36+ [
3737 'CmfSeoBundle ' => true ,
3838 'CmfRoutingBundle ' => true ,
3939 'SonataDoctrinePHPCRAdminBundle ' => true ,
4040 'DoctrinePHPCRBundle ' => true ,
4141 'BurgovKeyValueFormBundle ' => true ,
42- )
42+ ]
4343 );
4444
4545 $ this ->load ([]);
Original file line number Diff line number Diff line change 99use Symfony \Component \DependencyInjection \Loader \XmlFileLoader ;
1010
1111/**
12+ * @author Wouter de Jong <wouter@wouterj.nl>
1213 * @author Maximilian Berghoff <Maximilian.Berghoff@mayflower.de>
1314 */
1415class ContentAdminFactoryTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public function testParametersBundle()
1212 $ this ->container ->setParameter ('kernel.bundles ' , [
1313 'CmfCoreBundle ' => true ,
1414 'SonataDoctrinePHPCRAdminBundle ' => true ,
15- 'CmfSonataPhpcrAdminIntegrationBundle. ' => true ,
15+ 'CmfSonataPhpcrAdminIntegrationBundle ' => true ,
1616 ]);
1717 $ this ->load ([
1818 'bundles ' => [
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public function testParametersBundle()
1212 $ this ->container ->setParameter ('kernel.bundles ' , [
1313 'CmfMenuBundle ' => true ,
1414 'SonataDoctrinePHPCRAdminBundle ' => true ,
15- 'CmfSonataPhpcrAdminIntegrationBundle. ' => true ,
15+ 'CmfSonataPhpcrAdminIntegrationBundle ' => true ,
1616 ]);
1717 $ this ->load ([
1818 'bundles ' => [
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public function testParametersBundle()
1212 $ this ->container ->setParameter ('kernel.bundles ' , [
1313 'CmfRoutingBundle ' => true ,
1414 'SonataDoctrinePHPCRAdminBundle ' => true ,
15- 'CmfSonataPhpcrAdminIntegrationBundle. ' => true ,
15+ 'CmfSonataPhpcrAdminIntegrationBundle ' => true ,
1616 ]);
1717 $ this ->load ([
1818 'bundles ' => [
You can’t perform that action at this time.
0 commit comments