* Adjusted code format.

This commit is contained in:
shenshulong
2023-05-10 01:33:20 +00:00
parent 63be8ef54e
commit ea46f2bdd5
+5 -5
View File
@@ -3,11 +3,6 @@
include dirname(__FILE__, 5) . '/test/lib/init.php';
su('admin');
function initData ()
{
zdTable('todo')->config('updatedate')->gen(5);
}
/**
title=测试 todoTao::updateDate();
@@ -22,6 +17,11 @@ cid=1
*/
function initData ()
{
zdTable('todo')->config('updatedate')->gen(5);
}
initData();
global $tester;