mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Fixed tests
This commit is contained in:
parent
76ebd22eab
commit
ef412eef92
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue