* [misc] Fix unit tests for branchModel::manage() method

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
liugang
2025-12-02 16:30:46 +08:00
committed by sunhao
co-authored by Claude
parent 7777a4a5a7
commit aa6f85cf12
+9
View File
@@ -1,5 +1,14 @@
#!/usr/bin/env php
<?php
declare(strict_types=1);
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/lib/branch.unittest.class.php';
// zendata数据准备
zenData('product')->gen(10);
zenData('branch')->gen(20);
su('admin');
/**