* testtask: refactor the script to test the close method.

This commit is contained in:
liugang
2023-10-09 10:40:00 +08:00
parent f8d5e5fbda
commit 2d9d313f42
2 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/testtask.class.php';
zdTable('testtask')->gen(6);
zdTable('testtask')->config('testtask')->gen(6);
zdTable('action')->gen(6);
zdTable('history')->gen(6);
su('admin');
@@ -0,0 +1,8 @@
title: table zt_testtask
author: Gang Liu
version: "1.0"
fields:
- field: begin
range: "`2023-09-11`"
- field: end
range: "`2023-09-18`"