* Change the result of the custom::buildCustomMenuMap unit test.

This commit is contained in:
tianshujie
2023-11-25 10:39:23 +08:00
parent 7fdcd4258a
commit 3d4dd7f85a
@@ -16,6 +16,6 @@ zdTable('user')->gen(5);
su('admin');
$customTester = new customTest();
r($customTester->buildCustomMenuMapTest()) && p() && e('0'); // 获取自定义菜单
r($customTester->buildCustomMenuMapTest()) && p('main:name') && e('main'); // 获取自定义菜单
zdTable('lang')->gen(0);