program test case

This commit is contained in:
lanzongjun
2022-09-22 11:30:34 +08:00
parent 9ca3193772
commit 85ff42bf33
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ pid=1
global $tester;
$test = new programTest();
$result = $test->createDefaultProgram();
$result = $test->createDefaultProgramTest();
r($result) && p('') && e('751'); // 创建默认项目集并返回ID
r($result) && p('') && e('751'); // 创建默认项目集并返回ID
$db->restoreDB();