Skip to content
Snippets Groups Projects
Commit 2940d2f6 authored by Joseph Olstad's avatar Joseph Olstad
Browse files

Issue #3455186 by cmlara, joseph.olstad - Replace withConsecutive and...

Issue #3455186 by cmlara, joseph.olstad - Replace withConsecutive and willReturnOnConsecutiveCalls - adjustments again.
parent 96786bd6
No related branches found
No related tags found
No related merge requests found
Pipeline #322490 failed
......@@ -49,8 +49,8 @@ class CshsGroupByRootFormatterUnitTest extends UnitTestCase {
foreach (\array_keys($settings) as $i => $key) {
$mock->expects(static::exactly(1))
->method('getSetting')
->with($key)
->willReturn($settings[$key]);
->with('depth')
->willReturn($settings['depth']);
}
$terms = \array_map(function (array $lineage): array {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment