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

Issue #3455186 by joseph.olstad - Refactor tests for D11 phpunit 10+...

Issue #3455186 by joseph.olstad - Refactor tests for D11 phpunit 10+ compatibility refactoring test.
parent b2304a35
No related branches found
No related tags found
No related merge requests found
Pipeline #333314 failed
......@@ -70,7 +70,6 @@ class CshsGroupByRootFormatterUnitTest extends UnitTestCase {
foreach ($reverse as $name) {
$parent_item = $this->createMock(EntityReferenceFieldItemListInterface::class);
$parent_item->target_id = ($parent = \next($reverse)) ? $created[$parent]->id() : NULL;
$created[$name]->parent = $parent_item;
}
return $terms;
......
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