* Add project test.

This commit is contained in:
孙广明
2022-04-06 17:01:25 +08:00
parent bd895ca244
commit a13a3214b5
+3 -1
View File
@@ -19,6 +19,8 @@ pid=1
*/
global $tester;
$tester->app->loadConfig('execution');
$project = new Project();
$data = array(
@@ -26,7 +28,7 @@ $data = array(
'name' => '测试新增项目一',
'budget' => '',
'budgetUnit' => 'CNY',
'begin' => '2022-02-03',
'begin' => '2022-02-07',
'end' => '2022-03-01',
'desc' => '测试项目描述',
'acl' => 'private',