From ef412eef922bfea9f526e1b37a82c6c7bae4a262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Fri, 8 Nov 2024 23:32:14 +0100 Subject: [PATCH] Fixed tests --- tests/Services/LabelSystem/SandboxedTwigFactoryTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Services/LabelSystem/SandboxedTwigFactoryTest.php b/tests/Services/LabelSystem/SandboxedTwigFactoryTest.php index 13a06b54..495a2f45 100644 --- a/tests/Services/LabelSystem/SandboxedTwigFactoryTest.php +++ b/tests/Services/LabelSystem/SandboxedTwigFactoryTest.php @@ -80,10 +80,10 @@ class SandboxedTwigFactoryTest extends WebTestCase ']; yield [' {{ location.isRoot}} {{ location.isChildOf(location) }} {{ location.comment }} {{ location.level }} - {{ location.fullPath }} {% set arr = location.pathArray %} {% set child = location.children %} {{location.childrenNotSelectable}} + {{ location.fullPath }} {% set arr = location.pathArray %} {% set child = location.children %} {{location.notSelectable}} ']; yield [' - {{ part.reviewNeeded }} {{ part.tags }} {{ part.mass }} + {{ part.needsReview }} {{ part.tags }} {{ part.mass }} ']; yield [' {{ entity_type(part) is object }}