Skip to content

Commit

Permalink
Updated servicemanager.
Browse files Browse the repository at this point in the history
  • Loading branch information
hschletz committed Feb 27, 2021
1 parent 684908a commit 7fe3b1c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"laminas/laminas-mvc-plugin-flashmessenger": "^1.0",
"laminas/laminas-navigation": "^2.8",
"laminas/laminas-router": "^3.0",
"laminas/laminas-servicemanager": "~3.5.0",
"laminas/laminas-servicemanager": "^3.6",
"laminas/laminas-session": "^2.5",
"laminas/laminas-stdlib": "^3.0",
"laminas/laminas-uri": "^2.5",
Expand Down
39 changes: 20 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion module/Console/Test/Controller/SoftwareControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public function testConfirmActionPostConfirmValidNonEmptyList($button, $accept,
$fixEncodingErrors->method('filter')
->withConsecutive(array('raw1'), array('raw2'))
->willReturnOnConsecutiveCalls('filtered1', 'filtered2');
$serviceManager->get('FilterManager')->setService('Library\Filter\FixEncodingErrors', $fixEncodingErrors);
$serviceManager->get('FilterManager')->setService('Library\FixEncodingErrors', $fixEncodingErrors);

$viewHelperManager = $serviceManager->get('ViewHelperManager');

Expand Down

0 comments on commit 7fe3b1c

Please sign in to comment.