* Adjusted code format.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user