We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ebd22 commit ef412eeCopy full SHA for ef412ee
tests/Services/LabelSystem/SandboxedTwigFactoryTest.php
@@ -80,10 +80,10 @@ public function twigDataProvider(): \Iterator
80
'];
81
yield ['
82
{{ location.isRoot}} {{ location.isChildOf(location) }} {{ location.comment }} {{ location.level }}
83
- {{ location.fullPath }} {% set arr = location.pathArray %} {% set child = location.children %} {{location.childrenNotSelectable}}
+ {{ location.fullPath }} {% set arr = location.pathArray %} {% set child = location.children %} {{location.notSelectable}}
84
85
86
- {{ part.reviewNeeded }} {{ part.tags }} {{ part.mass }}
+ {{ part.needsReview }} {{ part.tags }} {{ part.mass }}
87
88
89
{{ entity_type(part) is object }}
0 commit comments