Skip to content

Commit b383dac

Browse files
test(menu): wrong order and icon expected values
1 parent d26dc0f commit b383dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/MenusManagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ public function it_can_get_menu_as_array()
243243
'attributes' => $menuItem->attributes,
244244
'active' => false,
245245
'children' => [],
246-
'icon' => '',
247-
'order' => 0,
246+
'icon' => null,
247+
'order' => 9000,
248248
'title' => '',
249249
'type' => 'link',
250250
'url' => ''

0 commit comments

Comments
 (0)