This repository was archived by the owner on Jan 24, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Tests/DependencyInjection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<container xmlns =" http://symfony.com/schema/dic/services" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd" >
33 <parameters >
4- <parameter key =" simple_configuration.service.configuration.class" >KunicMarko\SimpleConfigurationBundle\Services \ConfigurationService</parameter >
4+ <parameter key =" simple_configuration.service.configuration.class" >KunicMarko\SimpleConfigurationBundle\Service \ConfigurationService</parameter >
55 </parameters >
66 <services >
77 <service id =" simple_configuration.service.configuration" class =" %simple_configuration.service.configuration.class%" >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public function testLoadsFormServiceDefinitionWhenSimpleConfigurationBundleIsReg
1313 $ this ->load ();
1414 $ this ->assertContainerBuilderHasService (
1515 'simple_configuration.service.configuration ' ,
16- 'KunicMarko\SimpleConfigurationBundle\Services \ConfigurationService '
16+ 'KunicMarko\SimpleConfigurationBundle\Service \ConfigurationService '
1717 );
1818 }
1919
You can’t perform that action at this time.
0 commit comments