| Current Path : /home/rtorresani/www/vendor/magento/framework/Acl/Test/Unit/_files/ |
| Current File : //home/rtorresani/www/vendor/magento/framework/Acl/Test/Unit/_files/result.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
return [
0 => ['id' => 'One_Module::resource', 'title' => 'Resource One', 'sortOrder' => 10, 'children' => []],
1 => [
'id' => 'One_Module::resource_parent',
'title' => 'Resource Parent',
'sortOrder' => 25,
'children' => [
0 => [
'id' => 'One_Module::resource_child_one',
'title' => 'Resource Child',
'sortOrder' => 15,
'children' => [
0 => [
'id' => 'One_Module::resource_child_two',
'title' => 'Child Resource Level 2 Title',
'sortOrder' => 40,
'children' => [],
],
],
],
],
]
];