diff --git a/test/ServiceLocatorTest.php b/test/ServiceLocatorTest.php index c3eac273..95d1f3aa 100644 --- a/test/ServiceLocatorTest.php +++ b/test/ServiceLocatorTest.php @@ -108,4 +108,3 @@ public function testProxiedMethodsReceiveParametersPassedToGet() $this->assertEquals($params, $sc->params); } } - diff --git a/test/_files/config.yml b/test/_files/config.yml index 8cc57d6f..861fd80b 100644 --- a/test/_files/config.yml +++ b/test/_files/config.yml @@ -39,4 +39,3 @@ testing: params: ZendTest\Di\TestAsset\DummyParams injected: ZendTest\Di\TestAsset\InjectedMethod inspected: ZendTest\Di\TestAsset\InspectedClass -