* Autotest program.

This commit is contained in:
zhengrunyu
2022-01-18 10:41:40 +08:00
parent 8ebdc2a3b6
commit f7682bf7a2
13 changed files with 301 additions and 62 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class Tester
$programID = $this->program->create();
if(dao::isError()) return array('code' => 'fail','message' => dao::getError());
if(dao::isError()) return array('message' => dao::getError());
$program = $this->program->getById($programID);