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

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

Revert "Issue #3455186 by joseph.olstad - Refactor tests for D11 phpunit 10+ compatibility refactoring test."

This reverts commit f9f47c13.
parent f9f47c13
No related branches found
No related tags found
No related merge requests found
Pipeline #333324 passed with warnings
......@@ -70,6 +70,7 @@ 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