Skip to content

Commit ef412ee

Browse files
committed
Fixed tests
1 parent 76ebd22 commit ef412ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Services/LabelSystem/SandboxedTwigFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ public function twigDataProvider(): \Iterator
8080
'];
8181
yield ['
8282
{{ location.isRoot}} {{ location.isChildOf(location) }} {{ location.comment }} {{ location.level }}
83-
{{ location.fullPath }} {% set arr = location.pathArray %} {% set child = location.children %} {{location.childrenNotSelectable}}
83+
{{ location.fullPath }} {% set arr = location.pathArray %} {% set child = location.children %} {{location.notSelectable}}
8484
'];
8585
yield ['
86-
{{ part.reviewNeeded }} {{ part.tags }} {{ part.mass }}
86+
{{ part.needsReview }} {{ part.tags }} {{ part.mass }}
8787
'];
8888
yield ['
8989
{{ entity_type(part) is object }}

0 commit comments

Comments
 (0)