* testtask: refactor the script to test the close method.
This commit is contained in:
@@ -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`"
|
||||
Reference in New Issue
Block a user