diff --git a/module/system/test/model/create.php b/module/system/test/model/create.php new file mode 100755 index 0000000000..69cfbefdfa --- /dev/null +++ b/module/system/test/model/create.php @@ -0,0 +1,20 @@ +#!/usr/bin/env php +gen(0); + +/** + +title=测试 systemModel::create(); +timeout=0 +cid=1 + + +*/ +global $tester; +$system = $tester->loadModel('system'); +$default = new stdclass(); +$default->name = '应用10'; +$default->product = 1; +$default->integrated = 0;