+ Add getlistby function test case and fix model test case for todo tao.

This commit is contained in:
jukui
2023-05-08 09:09:10 +08:00
parent beba0cfb6c
commit 93b37e1296
6 changed files with 70 additions and 6 deletions
@@ -1,8 +1,9 @@
#!/usr/bin/env php
<?php
declare(strict_types=1);
include dirname(__FILE__, 5) . "/test/lib/init.php";
include dirname(__FILE__, 2) . '/programplan.class.php';
zdTable('user')->gen(5);
su('admin');
/**