* Modify unit test directory structure and data generation method.

This commit is contained in:
liyang
2024-04-22 14:25:50 +08:00
parent f909ed2792
commit 354c300c86
2674 changed files with 7803 additions and 7803 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
$program = zdTable('project');
$program = zenData('project');
$program->id->range('1,2');
$program->name->range('父项目集1,父项目集2');
$program->type->range('program');