* Modify unit test directory structure and data generation method.
This commit is contained in:
@@ -21,7 +21,7 @@ cid=1
|
||||
|
||||
function initData()
|
||||
{
|
||||
$bug = zdTable('bug');
|
||||
$bug = zenData('bug');
|
||||
$bug->id->range('1-10');
|
||||
$bug->product->range('1,2');
|
||||
$bug->branch->range('0,1');
|
||||
|
||||
Reference in New Issue
Block a user