* Modify unit test directory structure and data generation method.
This commit is contained in:
@@ -25,11 +25,11 @@ cid=1
|
||||
|
||||
*/
|
||||
include dirname(__FILE__, 5) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 2) . '/tree.class.php';
|
||||
include dirname(__FILE__, 2) . '/lib/tree.unittest.class.php';
|
||||
|
||||
su('admin');
|
||||
|
||||
zdTable('module')->config('module')->gen(100);
|
||||
zenData('module')->loadYaml('module')->gen(100);
|
||||
|
||||
$root = array(1, 2);
|
||||
$type = array('task', 'story', 'doc', 'bug', 'case');
|
||||
|
||||
Reference in New Issue
Block a user